Searched refs:LSI (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/Sema/
H A DSemaLambda.cpp180 LambdaScopeInfo *LSI = getCurLambda(); local
182 LSI->ImpCaptureStyle = LambdaScopeInfo::ImpCap_LambdaByval;
184 LSI->ImpCaptureStyle = LambdaScopeInfo::ImpCap_LambdaByref;
185 LSI->IntroducerRange = IntroducerRange;
186 LSI->ExplicitParams = ExplicitParams;
187 LSI->Mutable = Mutable;
190 LSI->ReturnType = CallOperator->getResultType();
192 if (!LSI->ReturnType->isDependentType() &&
193 !LSI->ReturnType->isVoidType()) {
194 if (RequireCompleteType(CallOperator->getLocStart(), LSI
209 finishLambdaExplicitCaptures(LambdaScopeInfo *LSI) argument
514 LambdaScopeInfo *LSI local
673 LambdaScopeInfo *LSI = getCurLambda(); local
823 LambdaScopeInfo *LSI = getCurLambda(); local
[all...]
H A DSemaTemplateVariadic.cpp209 if (sema::LambdaScopeInfo *LSI =
211 LSI->ContainsUnexpandedParameterPack = true;
H A DSemaExpr.cpp2611 else if (const LambdaScopeInfo *LSI = getCurLambda())
2612 currentDecl = LSI->CallOperator;
10669 static ExprResult captureInLambda(Sema &S, LambdaScopeInfo *LSI, argument
10674 CXXRecordDecl *Lambda = LSI->Lambda;
10714 LSI->ArrayIndexStarts.push_back(LSI->ArrayIndexVars.size());
10731 LSI->ArrayIndexVars.push_back(IterationVar);
10779 LSI->ExprNeedsCleanups = true;
11005 LambdaScopeInfo *LSI = cast<LambdaScopeInfo>(CSI); local
11012 ByRef = (LSI
[all...]
H A DSemaStmt.cpp2358 LambdaScopeInfo *LSI = cast<LambdaScopeInfo>(CurCap); local
2359 if (LSI->CallOperator->getType()->getAs<FunctionType>()->getNoReturnAttr()){
H A DSemaExprCXX.cpp725 if (LambdaScopeInfo *LSI = dyn_cast<LambdaScopeInfo>(CSI)) {
727 CXXRecordDecl *Lambda = LSI->Lambda;
H A DTreeTransform.h7971 sema::LambdaScopeInfo *LSI local
7987 getSema().finishLambdaExplicitCaptures(LSI);
8053 getSema().finishLambdaExplicitCaptures(LSI);
/external/clang/include/clang/Sema/
H A DScopeInfo.h575 if (LambdaScopeInfo *LSI = dyn_cast<LambdaScopeInfo>(this))
576 LSI->ArrayIndexStarts.push_back(LSI->ArrayIndexVars.size());
H A DSema.h4251 void finishLambdaExplicitCaptures(sema::LambdaScopeInfo *LSI);

Completed in 208 milliseconds