Searched defs:AllowFunctionTemplates (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaTemplate.cpp50 bool AllowFunctionTemplates) {
54 if (!AllowFunctionTemplates && isa<FunctionTemplateDecl>(D))
89 bool AllowFunctionTemplates) {
96 AllowFunctionTemplates);
127 bool AllowFunctionTemplates) {
129 if (isAcceptableTemplateName(Context, *I, AllowFunctionTemplates))
369 FilterAcceptableTemplateNames(FoundOuter, /*AllowFunctionTemplates=*/false);
48 isAcceptableTemplateName(ASTContext &Context, NamedDecl *Orig, bool AllowFunctionTemplates) argument
88 FilterAcceptableTemplateNames(LookupResult &R, bool AllowFunctionTemplates) argument
126 hasAnyAcceptableTemplateNames(LookupResult &R, bool AllowFunctionTemplates) argument

Completed in 806 milliseconds