Searched refs:isCXXThisCaptured (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Sema/
H A DScopeInfo.h272 bool isCXXThisCaptured() const { return CXXThisCaptureIndex != 0; } function in class:clang::sema::CapturingScopeInfo
276 assert(isCXXThisCaptured() && "this has not been captured");
/external/clang/lib/Sema/
H A DSemaLambda.cpp453 if (LSI->isCXXThisCaptured()) {
H A DTreeTransform.h8813 assert(oldBlock->capturesCXXThis() == blockScope->isCXXThisCaptured());

Completed in 83 milliseconds