Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaTemplate.cpp49 bool AllowFunctionTemplates) { in isAcceptableTemplateName() argument
53 if (!AllowFunctionTemplates && isa<FunctionTemplateDecl>(D)) in isAcceptableTemplateName()
88 bool AllowFunctionTemplates) { in FilterAcceptableTemplateNames() argument
95 AllowFunctionTemplates); in FilterAcceptableTemplateNames()
126 bool AllowFunctionTemplates) { in hasAnyAcceptableTemplateNames() argument
128 if (isAcceptableTemplateName(Context, *I, AllowFunctionTemplates)) in hasAnyAcceptableTemplateNames()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h5043 bool AllowFunctionTemplates = true);
5045 bool AllowFunctionTemplates = true);