Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp86 bool AllowNonTemplates = true) in TypeNameValidatorCCC() argument
88 AllowTemplates(AllowTemplates), AllowNonTemplates(AllowNonTemplates) { in TypeNameValidatorCCC()
106 if (AllowNonTemplates) in ValidateCandidate()
134 bool AllowNonTemplates; member in __anondd060bcd0111::TypeNameValidatorCCC