Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplate.cpp53 bool AllowFunctionTemplates) { in isAcceptableTemplateName() argument
57 if (!AllowFunctionTemplates && isa<FunctionTemplateDecl>(D)) in isAcceptableTemplateName()
92 bool AllowFunctionTemplates) { in FilterAcceptableTemplateNames() argument
99 AllowFunctionTemplates); in FilterAcceptableTemplateNames()
130 bool AllowFunctionTemplates) { in hasAnyAcceptableTemplateNames() argument
132 if (isAcceptableTemplateName(Context, *I, AllowFunctionTemplates)) in hasAnyAcceptableTemplateNames()
/external/llvm-project/clang/lib/Sema/
DSemaTemplate.cpp98 bool AllowFunctionTemplates, in getAsTemplateNameDecl() argument
103 if (!AllowFunctionTemplates && isa<FunctionTemplateDecl>(D)) in getAsTemplateNameDecl()
144 bool AllowFunctionTemplates, in FilterAcceptableTemplateNames() argument
149 if (!getAsTemplateNameDecl(Orig, AllowFunctionTemplates, AllowDependent)) in FilterAcceptableTemplateNames()
156 bool AllowFunctionTemplates, in hasAnyAcceptableTemplateNames() argument
160 if (getAsTemplateNameDecl(*I, AllowFunctionTemplates, AllowDependent)) in hasAnyAcceptableTemplateNames()
/external/llvm-project/clang/include/clang/Sema/
DSema.h7200 bool AllowFunctionTemplates = true,
7203 bool AllowFunctionTemplates = true,
7214 bool AllowFunctionTemplates = true,
/external/clang/include/clang/Sema/
DSema.h5654 bool AllowFunctionTemplates = true);
5656 bool AllowFunctionTemplates = true);