Home
last modified time | relevance | path

Searched refs:LambdaScope (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp77 if (flags & FunctionPrototypeScope && !(flags & LambdaScope)) in setFlags()
233 {LambdaScope, "LambdaScope"}, in dumpImpl()
H A DSemaLambda.cpp1361 Scope *LambdaScope, MutableArrayRef<DeclaratorChunk::ParamInfo> Params) { in ActOnLambdaClosureParameters() argument
1363 PushDeclContext(LambdaScope, LSI->CallOperator); in ActOnLambdaClosureParameters()
1369 PushOnScopeChains(Param, LambdaScope, false); in ActOnLambdaClosureParameters()
H A DSemaConcept.cpp890 LambdaScopeForCallOperatorInstantiationRAII LambdaScope( in CheckFunctionConstraints() local
1131 LambdaScopeForCallOperatorInstantiationRAII LambdaScope( in CheckInstantiatedFunctionTemplateConstraints() local
H A DSemaTemplateInstantiateDecl.cpp2494 Sema::LambdaScopeForCallOperatorInstantiationRAII LambdaScope( in VisitCXXMethodDecl() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h155 LambdaScope = 0x8000000, enumerator
H A DSema.h8826 Scope *LambdaScope,
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1360 ParseScope LambdaScope(this, Scope::LambdaScope | Scope::DeclScope | in ParseLambdaExpressionAfterIntroducer() local
1624 LambdaScope.Exit(); in ParseLambdaExpressionAfterIntroducer()