Searched defs:EK_LambdaCapture (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
H A DInitialization.h79 EK_LambdaCapture, enumerator in enum:clang::InitializedEntity::EntityKind
122 /// \brief The name of the variable being captured by an EK_LambdaCapture.
190 : Kind(EK_LambdaCapture), Parent(nullptr), Type(FieldType),
420 assert(getKind() == EK_LambdaCapture && "Not a lambda capture!");
426 assert(getKind() == EK_LambdaCapture && "Not a lambda capture!");

Completed in 74 milliseconds