Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp71 bool AllowTemplates = false, in TypeNameValidatorCCC() argument
74 AllowTemplates(AllowTemplates), AllowNonTemplates(AllowNonTemplates) { in TypeNameValidatorCCC()
86 return AllowTemplates; in ValidateCandidate()
97 if (AllowTemplates) { in ValidateCandidate()
119 bool AllowTemplates; member in __anon4477f6fd0111::TypeNameValidatorCCC