Home
last modified time | relevance | path

Searched refs:CurLSI (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DSema.cpp1204 auto CurLSI = dyn_cast<LambdaScopeInfo>(FunctionScopes.back()); in getCurLambda() local
1205 if (CurLSI && CurLSI->Lambda && in getCurLambda()
1206 !CurLSI->Lambda->Encloses(CurContext)) { in getCurLambda()
1212 return CurLSI; in getCurLambda()
DSemaExprMember.cpp978 LambdaScopeInfo *const CurLSI = getCurLambda(); in BuildMemberReferenceExpr() local
1004 if (!BaseExpr && CurLSI) { in BuildMemberReferenceExpr()
1021 if (CurLSI->ImpCaptureStyle != CurLSI->ImpCap_None) in BuildMemberReferenceExpr()
1022 CurLSI->addPotentialThisCapture(Loc); in BuildMemberReferenceExpr()
DSemaExprCXX.cpp880 LambdaScopeInfo *CurLSI = nullptr; in adjustCVQualifiersForCXXThisWithinLambda() local
905 CurLSI = cast<LambdaScopeInfo>(FunctionScopes[I]); in adjustCVQualifiersForCXXThisWithinLambda()
907 if (!CurLSI->isCXXThisCaptured()) in adjustCVQualifiersForCXXThisWithinLambda()
910 auto C = CurLSI->getCXXThisCapture(); in adjustCVQualifiersForCXXThisWithinLambda()
914 if (CurLSI->CallOperator->isConst()) in adjustCVQualifiersForCXXThisWithinLambda()
922 assert(CurLSI); in adjustCVQualifiersForCXXThisWithinLambda()
923 assert(isGenericLambdaCallOperatorSpecialization(CurLSI->CallOperator)); in adjustCVQualifiersForCXXThisWithinLambda()
924 assert(CurDC == getLambdaAwareParentOfDeclContext(CurLSI->CallOperator)); in adjustCVQualifiersForCXXThisWithinLambda()