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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp1145 LambdaScopeInfo *const LSI = new LambdaScopeInfo(getDiagnostics()); local
H A DSemaLambda.cpp84 const clang::sema::LambdaScopeInfo *LSI = local
225 getGenericLambdaTemplateParameterList(LambdaScopeInfo *LSI, Sema &SemaRef) { argument
436 buildLambdaScope(LambdaScopeInfo *LSI, CXXMethodDecl *CallOperator, SourceRange IntroducerRange, LambdaCaptureDefault CaptureDefault, SourceLocation CaptureDefaultLoc, bool ExplicitParams, bool ExplicitResultType, bool Mutable) argument
471 finishLambdaExplicitCaptures(LambdaScopeInfo *LSI) argument
787 buildInitCaptureField(LambdaScopeInfo *LSI, VarDecl *Var) argument
808 LambdaScopeInfo *const LSI = getCurLambda(); local
1118 LambdaScopeInfo *LSI = cast<LambdaScopeInfo>(FunctionScopes.back()); local
1462 LambdaScopeInfo LSI = *cast<LambdaScopeInfo>(FunctionScopes.back()); local
1483 BuildLambdaExpr(SourceLocation StartLoc, SourceLocation EndLoc, LambdaScopeInfo *LSI) argument
[all...]
H A DSemaExprCXX.cpp916 LambdaScopeInfo *LSI = dyn_cast<LambdaScopeInfo>(CSI); local
H A DSemaType.cpp1489 sema::LambdaScopeInfo *LSI = S.getCurLambda(); local
H A DSemaDecl.cpp10794 LambdaScopeInfo *LSI = S.PushLambdaScope(); local
11072 auto *LSI = getCurLambda(); local
[all...]
H A DSemaExpr.cpp13063 static void addAsFieldToClosureType(Sema &S, LambdaScopeInfo *LSI, VarDecl *Var, argument
13080 static bool captureInLambda(LambdaScopeInfo *LSI, argument
13262 LambdaScopeInfo *LSI = cast<LambdaScopeInfo>(CSI); local
13363 LambdaScopeInfo *LSI = cast<LambdaScopeInfo>(CSI); local
[all...]
H A DTreeTransform.h9905 LambdaScopeInfo *LSI = getSema().PushLambdaScope(); local

Completed in 184 milliseconds