Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp89 bool AllowTemplates = false, in TypeNameValidatorCCC() argument
92 AllowTemplates(AllowTemplates), AllowNonTemplates(AllowNonTemplates) { in TypeNameValidatorCCC()
104 return AllowTemplates; in ValidateCandidate()
115 if (AllowTemplates) { in ValidateCandidate()
137 bool AllowTemplates; member in __anondd060bcd0111::TypeNameValidatorCCC