Home
last modified time | relevance | path

Searched refs:TemplateParamScope (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp43 if ((Flags & (FnScope | ClassScope | BlockScope | TemplateParamScope | in setFlags()
73 if (flags & TemplateParamScope) TemplateParamParent = this; in setFlags()
213 {TemplateParamScope, "TemplateParamScope"}, in dumpImpl()
H A DSema.cpp2154 if (S->getFlags() & (Scope::DeclScope | Scope::TemplateParamScope)) in getScopeForContext()
H A DSemaTemplate.cpp2134 while ((Outer->getFlags() & Scope::TemplateParamScope) != 0) in CheckClassTemplate()
H A DSemaCodeComplete.cpp4566 (S->getFlags() & (Scope::ClassScope | Scope::TemplateParamScope | in CodeCompleteDeclSpec()
H A DSemaDecl.cpp2182 assert((S->getFlags() & (Scope::DeclScope | Scope::TemplateParamScope)) && in ActOnPopScope()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h81 TemplateParamScope = 0x80, enumerator
454 return getFlags() & Scope::TemplateParamScope; in isTemplateParamScope()
483 Scope::BlockScope | Scope::TemplateParamScope | in isSwitchScope()
553 Scope::TemplateParamScope | Scope::FunctionPrototypeScope |
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp32 S.Enter(Scope::TemplateParamScope); in ReenterTemplateScopes()
370 TemplateScopes.Enter(Scope::TemplateParamScope); in ParseTemplateParameters()
H A DParseExprCXX.cpp1390 MultiParseScope TemplateParamScope(*this); in ParseLambdaExpressionAfterIntroducer() local
1398 if (ParseTemplateParameters(TemplateParamScope, in ParseLambdaExpressionAfterIntroducer()
1623 TemplateParamScope.Exit(); in ParseLambdaExpressionAfterIntroducer()
H A DParseDecl.cpp3727 Scope::TemplateParamScope | in ParseDeclarationSpecifiers()