Searched refs:capturesThis (Results 1 – 11 of 11) sorted by relevance
71 bool capturesThis() const { in capturesThis() function
2021 bool capturesThis() const { return getCaptureKind() == VCK_This; } in capturesThis() function
154 if (C->capturesThis() || C->capturesVLAType()) in TraverseLambdaCapture()
35 } else if (CurCap->capturesThis()) in GenerateOpenMPCapturedVars()104 } else if (I->capturesThis()) in GenerateOpenMPCapturedStmtFunction()181 assert(I->capturesThis()); in GenerateOpenMPCapturedStmtFunction()
187 if (I->capturesThis()) in Kind()
3308 } else if (CI->capturesThis()) { in emitTargetCall()
946 } else if (C.capturesThis()) { in CollectRecordLambdaFields()
1026 if (C->capturesThis()) in getCaptureFields()
330 if (I.capturesThis() || I.capturesVariableArrayType()) in VisitCapturedStmt()
9926 if (C->capturesThis()) { in TransformLambdaExpr()
10812 } else if (C.capturesThis()) { in RebuildLambdaScopeInfo()