clang 22.0.0git
clang::sema::LambdaScopeInfo::ShadowedOuterDecl Struct Reference

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 NamedDeclVD
const NamedDeclShadowedDecl

Detailed Description

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 944 of file ScopeInfo.h.

Member Data Documentation

◆ ShadowedDecl

const NamedDecl* clang::sema::LambdaScopeInfo::ShadowedOuterDecl::ShadowedDecl

Definition at line 946 of file ScopeInfo.h.

◆ VD

const NamedDecl* clang::sema::LambdaScopeInfo::ShadowedOuterDecl::VD

Definition at line 945 of file ScopeInfo.h.


The documentation for this struct was generated from the following file: