Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h1915 VCK_This, enumerator
1936 case VCK_This: in VarAndKind()
1953 bool capturesThis() const { return getCaptureKind() == VCK_This; } in capturesThis()
1956 bool capturesVariable() const { return getCaptureKind() != VCK_This; } in capturesVariable()
/external/clang/lib/Sema/
DSemaStmt.cpp3168 CapturedStmt::VCK_This)); in buildCapturedStmtCaptureList()