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