Searched defs:LambdaScope (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/include/clang/Sema/ | ||
H A D | Scope.h | 155 LambdaScope = 0x8000000, enumerator |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaConcept.cpp | 733 LambdaScopeForCallOperatorInstantiationRAII LambdaScope( CheckFunctionConstraints() local |
H A D | SemaLambda.cpp | 1362 ActOnLambdaClosureParameters(Scope * LambdaScope,MutableArrayRef<DeclaratorChunk::ParamInfo> Params) ActOnLambdaClosureParameters() argument |
H A D | SemaTemplateInstantiateDecl.cpp | 2487 Sema::LambdaScopeForCallOperatorInstantiationRAII LambdaScope( VisitCXXMethodDecl() local |
/llvm-project/clang/lib/Parse/ | ||
H A D | ParseExprCXX.cpp | 1360 ParseScope LambdaScope(this, Scope::LambdaScope | Scope::DeclScope | ParseLambdaExpressionAfterIntroducer() local |