Searched defs:LSI (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Sema/
H A DSemaLambda.cpp179 LambdaScopeInfo *LSI = getCurLambda(); local
181 LSI->ImpCaptureStyle = LambdaScopeInfo::ImpCap_LambdaByval;
183 LSI->ImpCaptureStyle = LambdaScopeInfo::ImpCap_LambdaByref;
184 LSI->IntroducerRange = IntroducerRange;
185 LSI->ExplicitParams = ExplicitParams;
186 LSI->Mutable = Mutable;
189 LSI->ReturnType = CallOperator->getResultType();
191 if (!LSI->ReturnType->isDependentType() &&
192 !LSI->ReturnType->isVoidType()) {
193 if (RequireCompleteType(CallOperator->getLocStart(), LSI
208 finishLambdaExplicitCaptures(LambdaScopeInfo *LSI) argument
436 LambdaScopeInfo *LSI local
591 LambdaScopeInfo *LSI = getCurLambda(); local
738 LambdaScopeInfo *LSI = getCurLambda(); local
[all...]
H A DSemaStmt.cpp2300 LambdaScopeInfo *LSI = cast<LambdaScopeInfo>(CurCap); local
2301 if (LSI->CallOperator->getType()->getAs<FunctionType>()->getNoReturnAttr()){
H A DSemaExpr.cpp10379 static ExprResult captureInLambda(Sema &S, LambdaScopeInfo *LSI, argument
10384 CXXRecordDecl *Lambda = LSI->Lambda;
10424 LSI->ArrayIndexStarts.push_back(LSI->ArrayIndexVars.size());
10441 LSI->ArrayIndexVars.push_back(IterationVar);
10489 LSI->ExprNeedsCleanups = true;
10699 LambdaScopeInfo *LSI = cast<LambdaScopeInfo>(CSI); local
10706 ByRef = (LSI->ImpCaptureStyle == LambdaScopeInfo::ImpCap_LambdaByref);
10754 ExprResult Result = captureInLambda(*this, LSI, Var, CaptureType,
10771 if (!LSI
[all...]
H A DTreeTransform.h7900 sema::LambdaScopeInfo *LSI local
7916 getSema().finishLambdaExplicitCaptures(LSI);
7982 getSema().finishLambdaExplicitCaptures(LSI);

Completed in 93 milliseconds