Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DLambdaCapture.h83 bool capturesThis() const { in capturesThis() function
DStmt.h2043 bool capturesThis() const { return getCaptureKind() == VCK_This; } in capturesThis() function
/external/clang/lib/Index/
DIndexBody.cpp280 if (C->capturesThis() || C->capturesVLAType()) in TraverseLambdaCapture()
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp137 } else if (CurCap->capturesThis()) in GenerateOpenMPCapturedVars()
229 } else if (I->capturesThis()) in GenerateOpenMPCapturedStmtFunction()
305 assert(I->capturesThis()); in GenerateOpenMPCapturedStmtFunction()
DCodeGenFunction.h190 if (I->capturesThis()) in Kind()
DCGOpenMPRuntime.cpp5457 Cap->capturesThis() in generateInfoForCapture()
5489 if (CI.capturesThis()) { in generateDefaultMapInfo()
DCGDebugInfo.cpp1027 } else if (C.capturesThis()) { in CollectRecordLambdaFields()
/external/clang/lib/AST/
DExprCXX.cpp846 if (capturesThis()) in getCaptureKind()
DDeclCXX.cpp1082 if (C->capturesThis()) in getCaptureFields()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp343 if (I.capturesThis() || I.capturesVariableArrayType()) in VisitCapturedStmt()
/external/clang/lib/Sema/
DSemaExprCXX.cpp931 if (C.capturesThis()) { in adjustCVQualifiersForCXXThisWithinLambda()
DTreeTransform.h10261 if (C->capturesThis()) { in TransformLambdaExpr()
DSemaDecl.cpp11221 } else if (C.capturesThis()) { in RebuildLambdaScopeInfo()