struct InitializedEntity::C

Declaration

struct InitializedEntity::C { /* full declaration omitted */ };

Declared at: clang/include/clang/Sema/Initialization.h:171

Member Variables

public clang::IdentifierInfo* VarID
The name of the variable being captured by an EK_LambdaCapture.
public clang::SourceLocation Location
The source location at which the capture occurs.