Searched refs:VCK_This (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DStmt.h1977 VCK_This, enumerator in enum:clang::CapturedStmt::VariableCaptureKind
1999 case VCK_This:
2016 bool capturesThis() const { return getCaptureKind() == VCK_This; }
2019 bool capturesVariable() const { return getCaptureKind() != VCK_This; }
/external/clang/lib/Sema/
H A DSemaStmt.cpp3348 CapturedStmt::VCK_This));

Completed in 78 milliseconds