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

/external/clang/lib/Sema/
H A DSemaTemplate.cpp48 bool AllowFunctionTemplates) {
52 if (!AllowFunctionTemplates && isa<FunctionTemplateDecl>(D))
87 bool AllowFunctionTemplates) {
94 AllowFunctionTemplates);
125 bool AllowFunctionTemplates) {
127 if (isAcceptableTemplateName(Context, *I, AllowFunctionTemplates))
366 FilterAcceptableTemplateNames(FoundOuter, /*AllowFunctionTemplates=*/false);
46 isAcceptableTemplateName(ASTContext &Context, NamedDecl *Orig, bool AllowFunctionTemplates) argument
86 FilterAcceptableTemplateNames(LookupResult &R, bool AllowFunctionTemplates) argument
124 hasAnyAcceptableTemplateNames(LookupResult &R, bool AllowFunctionTemplates) argument

Completed in 35 milliseconds