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

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

Completed in 1828 milliseconds