Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp70 bool AllowTemplates = false, in TypeNameValidatorCCC() argument
73 AllowTemplates(AllowTemplates), AllowNonTemplates(AllowNonTemplates) { in TypeNameValidatorCCC()
85 return AllowTemplates; in ValidateCandidate()
96 if (AllowTemplates) { in ValidateCandidate()
118 bool AllowTemplates; member in __anon16e8b5580111::TypeNameValidatorCCC