Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp77 bool AllowNonTemplates = true) in TypeNameValidatorCCC() argument
79 AllowTemplates(AllowTemplates), AllowNonTemplates(AllowNonTemplates) { in TypeNameValidatorCCC()
97 if (AllowNonTemplates) in ValidateCandidate()
125 bool AllowNonTemplates; member in __anon7daf71030111::TypeNameValidatorCCC