Searched refs:isCXXThisCaptured (Results 1 – 3 of 3) sorted by relevance
485 bool isCXXThisCaptured() const { return CXXThisCaptureIndex != 0; } in isCXXThisCaptured() function489 assert(isCXXThisCaptured() && "this has not been captured"); in getCXXThisCapture()
116 if (IsCapturingThis && !LSI->isCXXThisCaptured()) in getStackIndexOfNearestEnclosingCaptureReadyLambda()964 if (LSI->isCXXThisCaptured()) { in ActOnStartOfLambdaDefinition()
9730 assert(oldBlock->capturesCXXThis() == blockScope->isCXXThisCaptured()); in TransformBlockExpr()