Searched refs:capturesThis (Results 1 – 13 of 13) sorted by relevance
83 bool capturesThis() const { in capturesThis() function
2043 bool capturesThis() const { return getCaptureKind() == VCK_This; } in capturesThis() function
280 if (C->capturesThis() || C->capturesVLAType()) in TraverseLambdaCapture()
137 } else if (CurCap->capturesThis()) in GenerateOpenMPCapturedVars()229 } else if (I->capturesThis()) in GenerateOpenMPCapturedStmtFunction()305 assert(I->capturesThis()); in GenerateOpenMPCapturedStmtFunction()
190 if (I->capturesThis()) in Kind()
5457 Cap->capturesThis() in generateInfoForCapture()5489 if (CI.capturesThis()) { in generateDefaultMapInfo()
1027 } else if (C.capturesThis()) { in CollectRecordLambdaFields()
846 if (capturesThis()) in getCaptureKind()
1082 if (C->capturesThis()) in getCaptureFields()
343 if (I.capturesThis() || I.capturesVariableArrayType()) in VisitCapturedStmt()
931 if (C.capturesThis()) { in adjustCVQualifiersForCXXThisWithinLambda()
10261 if (C->capturesThis()) { in TransformLambdaExpr()
11221 } else if (C.capturesThis()) { in RebuildLambdaScopeInfo()