Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DLambdaCapture.h71 bool capturesThis() const { in capturesThis() function
DStmt.h2021 bool capturesThis() const { return getCaptureKind() == VCK_This; } in capturesThis() function
/external/clang/tools/libclang/
DIndexBody.cpp154 if (C->capturesThis() || C->capturesVLAType()) in TraverseLambdaCapture()
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp35 } else if (CurCap->capturesThis()) in GenerateOpenMPCapturedVars()
104 } else if (I->capturesThis()) in GenerateOpenMPCapturedStmtFunction()
181 assert(I->capturesThis()); in GenerateOpenMPCapturedStmtFunction()
DCodeGenFunction.h187 if (I->capturesThis()) in Kind()
DCGOpenMPRuntime.cpp3308 } else if (CI->capturesThis()) { in emitTargetCall()
DCGDebugInfo.cpp946 } else if (C.capturesThis()) { in CollectRecordLambdaFields()
/external/clang/lib/AST/
DDeclCXX.cpp1026 if (C->capturesThis()) in getCaptureFields()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp330 if (I.capturesThis() || I.capturesVariableArrayType()) in VisitCapturedStmt()
/external/clang/lib/Sema/
DTreeTransform.h9926 if (C->capturesThis()) { in TransformLambdaExpr()
DSemaDecl.cpp10812 } else if (C.capturesThis()) { in RebuildLambdaScopeInfo()