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

/external/clang/include/clang/AST/
H A DLambdaCapture.h71 bool capturesThis() const { return DeclAndBits.getPointer() == nullptr; } function in class:clang::LambdaCapture
H A DStmt.h2016 bool capturesThis() const { return getCaptureKind() == VCK_This; } function in class:clang::CapturedStmt::Capture
2025 assert(!capturesThis() && "No variable available for 'this' capture");
/external/clang/tools/libclang/
H A DIndexBody.cpp153 if (C->capturesThis())
/external/clang/lib/AST/
H A DDeclCXX.cpp1025 if (C->capturesThis())
/external/clang/lib/CodeGen/
H A DCodeGenFunction.h181 if (I->capturesThis())
H A DCGDebugInfo.cpp858 assert(C.capturesThis() && "Field that isn't captured and isn't this?");
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp310 if (I.capturesThis())
/external/clang/lib/Sema/
H A DTreeTransform.h8787 if (C->capturesThis()) {
H A DSemaDecl.cpp9842 } else if (C.capturesThis()) {

Completed in 210 milliseconds