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