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

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

Completed in 54 milliseconds