Searched refs:capturesThis (Results 1 – 8 of 8) sorted by relevance
153 if (C.capturesThis()) in TraverseLambdaCapture()
1953 bool capturesThis() const { return getCaptureKind() == VCK_This; } in capturesThis() function1962 assert(!capturesThis() && "No variable available for 'this' capture"); in getCapturedVar()
1397 bool capturesThis() const { return DeclAndBits.getPointer() == 0; } in capturesThis() function
943 if (C->capturesThis()) in getCaptureFields()
172 if (I->capturesThis()) in Kind()
863 assert(C.capturesThis() && "Field that isn't captured and isn't this?"); in CollectRecordLambdaFields()
314 if (I->capturesThis()) in VisitCapturedStmt()
8274 if (C->capturesThis()) { in TransformLambdaScope()