Home | History | Annotate | Download | only in Sema

Lines Matching refs:CurLSI

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) &&
1132 assert(CurDC == getLambdaAwareParentOfDeclContext(CurLSI->CallOperator));