Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DLambdaCapture.h71 bool capturesThis() const { in capturesThis() function
DStmt.h2034 bool capturesThis() const { return getCaptureKind() == VCK_This; } in capturesThis() function
/external/clang/tools/libclang/
DIndexBody.cpp153 if (C->capturesThis() || C->capturesVLAType()) in TraverseLambdaCapture()
/external/clang/lib/AST/
DDeclCXX.cpp1032 if (C->capturesThis()) in getCaptureFields()
/external/clang/lib/CodeGen/
DCodeGenFunction.h184 if (I->capturesThis()) in Kind()
DCGDebugInfo.cpp899 } else if (C.capturesThis()) { in CollectRecordLambdaFields()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp310 if (I.capturesThis() || I.capturesVariableArrayType()) in VisitCapturedStmt()
/external/clang/lib/Sema/
DTreeTransform.h9253 if (C->capturesThis()) { in TransformLambdaScope()
DSemaDecl.cpp10333 } else if (C.capturesThis()) { in RebuildLambdaScopeInfo()