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