Home
last modified time | relevance | path

Searched refs:capturesThis (Results 1 – 8 of 8) sorted by relevance

/external/clang/tools/libclang/
DIndexBody.cpp153 if (C.capturesThis()) in TraverseLambdaCapture()
/external/clang/include/clang/AST/
DStmt.h1953 bool capturesThis() const { return getCaptureKind() == VCK_This; } in capturesThis() function
1962 assert(!capturesThis() && "No variable available for 'this' capture"); in getCapturedVar()
DExprCXX.h1397 bool capturesThis() const { return DeclAndBits.getPointer() == 0; } in capturesThis() function
/external/clang/lib/AST/
DDeclCXX.cpp943 if (C->capturesThis()) in getCaptureFields()
/external/clang/lib/CodeGen/
DCodeGenFunction.h172 if (I->capturesThis()) in Kind()
DCGDebugInfo.cpp863 assert(C.capturesThis() && "Field that isn't captured and isn't this?"); in CollectRecordLambdaFields()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp314 if (I->capturesThis()) in VisitCapturedStmt()
/external/clang/lib/Sema/
DTreeTransform.h8274 if (C->capturesThis()) { in TransformLambdaScope()