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.cpp85 bool AllowTemplates = false, in TypeNameValidatorCCC() argument
88 AllowTemplates(AllowTemplates), AllowNonTemplates(AllowNonTemplates) { in TypeNameValidatorCCC()
100 return AllowTemplates; in ValidateCandidate()
111 if (AllowTemplates) { in ValidateCandidate()
133 bool AllowTemplates; member in __anondd060bcd0111::TypeNameValidatorCCC