Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp72 bool AllowNonTemplates = true) in TypeNameValidatorCCC() argument
74 AllowTemplates(AllowTemplates), AllowNonTemplates(AllowNonTemplates) { in TypeNameValidatorCCC()
92 if (AllowNonTemplates) in ValidateCandidate()
120 bool AllowNonTemplates; member in __anon4477f6fd0111::TypeNameValidatorCCC