Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp76 bool AllowTemplates = false, in TypeNameValidatorCCC() argument
79 AllowTemplates(AllowTemplates), AllowNonTemplates(AllowNonTemplates) { in TypeNameValidatorCCC()
91 return AllowTemplates; in ValidateCandidate()
102 if (AllowTemplates) { in ValidateCandidate()
124 bool AllowTemplates; member in __anon7daf71030111::TypeNameValidatorCCC