Searched refs:LambdaScope (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | Scope.cpp | 77 if (flags & FunctionPrototypeScope && !(flags & LambdaScope)) in setFlags() 233 {LambdaScope, "LambdaScope"}, in dumpImpl()
|
| H A D | SemaLambda.cpp | 1388 Scope *LambdaScope, MutableArrayRef<DeclaratorChunk::ParamInfo> Params) { in ActOnLambdaClosureParameters() argument 1390 PushDeclContext(LambdaScope, LSI->CallOperator); in ActOnLambdaClosureParameters() 1396 PushOnScopeChains(Param, LambdaScope, false); in ActOnLambdaClosureParameters()
|
| H A D | SemaConcept.cpp | 843 LambdaScopeForCallOperatorInstantiationRAII LambdaScope( in CheckFunctionConstraints() local 1145 LambdaScopeForCallOperatorInstantiationRAII LambdaScope(*this, Decl, *MLTAL, in CheckFunctionTemplateConstraints() local
|
| H A D | SemaTemplateInstantiateDecl.cpp | 3040 Sema::LambdaScopeForCallOperatorInstantiationRAII LambdaScope( in VisitCXXMethodDecl() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Scope.h | 155 LambdaScope = 0x8000000, enumerator
|
| H A D | Sema.h | 9104 Scope *LambdaScope,
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 1219 ParseScope LambdaScope(this, Scope::LambdaScope | Scope::DeclScope | in ParseLambdaExpressionAfterIntroducer() local 1483 LambdaScope.Exit(); in ParseLambdaExpressionAfterIntroducer()
|