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

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

Completed in 168 milliseconds