Searched defs:NonType (Results 1 – 5 of 5) sorted by relevance
36 NonType, enumerator
2693 static NameClassification NonType(NamedDecl *D) { in NonType() function
1129 enum class TemplateParamKind { Type, NonType, Template }; enumerator
3839 } else if (const auto *NonType = dyn_cast<NonTypeTemplateParmDecl>(Param)) { in formatTemplateParameterPlaceholder() local