Searched refs:CurLSI (Results 1 – 3 of 3) sorted by relevance
1204 auto CurLSI = dyn_cast<LambdaScopeInfo>(FunctionScopes.back()); in getCurLambda() local1205 if (CurLSI && CurLSI->Lambda && in getCurLambda()1206 !CurLSI->Lambda->Encloses(CurContext)) { in getCurLambda()1212 return CurLSI; in getCurLambda()
978 LambdaScopeInfo *const CurLSI = getCurLambda(); in BuildMemberReferenceExpr() local1004 if (!BaseExpr && CurLSI) { in BuildMemberReferenceExpr()1021 if (CurLSI->ImpCaptureStyle != CurLSI->ImpCap_None) in BuildMemberReferenceExpr()1022 CurLSI->addPotentialThisCapture(Loc); in BuildMemberReferenceExpr()
880 LambdaScopeInfo *CurLSI = nullptr; in adjustCVQualifiersForCXXThisWithinLambda() local905 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()