Searched refs:isCXXThisCaptured (Results 1 – 3 of 3) sorted by relevance
436 bool isCXXThisCaptured() const { return CXXThisCaptureIndex != 0; } in isCXXThisCaptured() function440 assert(isCXXThisCaptured() && "this has not been captured"); in getCXXThisCapture()
531 if (LSI->isCXXThisCaptured()) { in ActOnStartOfLambdaDefinition()
8887 assert(oldBlock->capturesCXXThis() == blockScope->isCXXThisCaptured()); in TransformBlockExpr()