clang
7.0.0
|
Contains all of the variables defined in this lambda that shadow variables that were defined in parent contexts. More...
#include "clang/Sema/ScopeInfo.h"
Public Attributes | |
const VarDecl * | VD |
const VarDecl * | ShadowedDecl |
Contains all of the variables defined in this lambda that shadow variables that were defined in parent contexts.
Used to avoid warnings when the shadowed variables are uncaptured by this lambda.
Definition at line 842 of file ScopeInfo.h.
const VarDecl* clang::sema::LambdaScopeInfo::ShadowedOuterDecl::ShadowedDecl |
Definition at line 844 of file ScopeInfo.h.
const VarDecl* clang::sema::LambdaScopeInfo::ShadowedOuterDecl::VD |
Definition at line 843 of file ScopeInfo.h.