|
clang 23.0.0git
|
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 NamedDecl * | VD |
| const NamedDecl * | 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 940 of file ScopeInfo.h.
| const NamedDecl* clang::sema::LambdaScopeInfo::ShadowedOuterDecl::ShadowedDecl |
Definition at line 942 of file ScopeInfo.h.
| const NamedDecl* clang::sema::LambdaScopeInfo::ShadowedOuterDecl::VD |
Definition at line 941 of file ScopeInfo.h.