Searched refs:CurLSI (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp1211 auto CurLSI = dyn_cast<LambdaScopeInfo>(FunctionScopes.back());
1212 if (CurLSI && CurLSI->Lambda &&
1213 !CurLSI->Lambda->Encloses(CurContext)) {
1219 return CurLSI;
H A DSemaExprMember.cpp921 LambdaScopeInfo *const CurLSI = getCurLambda(); local
947 if (!BaseExpr && CurLSI) {
964 if (CurLSI->ImpCaptureStyle != CurLSI->ImpCap_None)
965 CurLSI->addPotentialThisCapture(Loc);

Completed in 60 milliseconds