Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp437 bool AllowFunctionTemplatesInLookup = true; in LookupTemplateName() local
473 AllowFunctionTemplatesInLookup = false; in LookupTemplateName()
546 FilterAcceptableTemplateNames(Found, AllowFunctionTemplatesInLookup); in LookupTemplateName()