HomeSort by: relevance | last modified time | path
    Searched refs:CurLSI (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp 2138 auto *CurLSI = dyn_cast<LambdaScopeInfo>(*I);
2139 if (CurLSI && CurLSI->Lambda &&
2140 !CurLSI->Lambda->Encloses(CurContext)) {
2146 return CurLSI;
SemaExprCXX.cpp 1063 LambdaScopeInfo *CurLSI = nullptr;
1104 (!CurLSI || !CurLSI->Lambda || CurLSI->Lambda->getDeclContext() ==
1107 CurLSI = cast<LambdaScopeInfo>(FunctionScopes[I]);
1109 if (!CurLSI->isCXXThisCaptured())
1112 auto C = CurLSI->getCXXThisCapture();
1116 if (CurLSI->CallOperator->isConst())
1125 assert(CurLSI && "While computing 'this' capture-type for a generic "
1127 assert(isGenericLambdaCallOperatorSpecialization(CurLSI->CallOperator) &
    [all...]
SemaExpr.cpp 6312 LambdaScopeInfo *const CurLSI = S.getCurLambda();
6316 if (!CurLSI || CurLSI->ImpCaptureStyle == CurLSI->ImpCap_None ||
6317 !UME->isImplicitAccess() || CurLSI->isCXXThisCaptured())
6340 if (CurLSI->ImpCaptureStyle != CurLSI->ImpCap_None)
6341 CurLSI->addPotentialThisCapture(CallLoc);

Completed in 65 milliseconds