Searched refs:capturesThis (Results 1 – 8 of 8) sorted by relevance
1951 bool capturesThis() const { return getCaptureKind() == VCK_This; } in capturesThis() function1960 assert(!capturesThis() && "No variable available for 'this' capture"); in getCapturedVar()
1396 bool capturesThis() const { return DeclAndBits.getPointer() == 0; } in capturesThis() function
1003 if (C->capturesThis()) in getCaptureFields()
172 if (I->capturesThis()) in Kind()
838 assert(C.capturesThis() && "Field that isn't captured and isn't this?"); in CollectRecordLambdaFields()
315 if (I->capturesThis()) in VisitCapturedStmt()
8445 if (C->capturesThis()) { in TransformLambdaScope()
9489 } else if (C->capturesThis()) { in RebuildLambdaScopeInfo()