Home
last modified time | relevance | path

Searched refs:CheckTemplateDeclScope (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp1726 if (CheckTemplateDeclScope(S, TemplateParams)) in CheckClassTemplate()
7921 Sema::CheckTemplateDeclScope(Scope *S, TemplateParameterList *TemplateParams) { in CheckTemplateDeclScope() function in Sema
8272 if (TemplateParams && CheckTemplateDeclScope(S, TemplateParams)) in ActOnClassTemplateSpecialization()
H A DSemaDecl.cpp7041 if (CheckTemplateDeclScope(S, TemplateParams)) in ActOnVariableDeclarator()
7062 CheckTemplateDeclScope(S, TemplateParamLists.back())) in ActOnVariableDeclarator()
9055 if (CheckTemplateDeclScope(S, TemplateParams)) in ActOnFunctionDeclarator()
9121 CheckTemplateDeclScope(S, TemplateParamLists.back())) in ActOnFunctionDeclarator()
15542 CheckTemplateDeclScope(S, TemplateParameterLists.back())) in ActOnTag()
H A DSemaDeclCXX.cpp12641 if (CheckTemplateDeclScope(S, TemplateParams)) in ActOnAliasDeclaration()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h7820 bool CheckTemplateDeclScope(Scope *S, TemplateParameterList *TemplateParams);