Home
last modified time | relevance | path

Searched defs:NonType (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedTemplate.h36 NonType, enumerator
H A DSema.h2741 static NameClassification NonType(NamedDecl *D) { NonType() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1204 enum class TemplateParamKind { Type, NonType, Template }; global() enumerator
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp3916 } else if (const auto *NonType = dyn_cast<NonTypeTemplateParmDecl>(Param)) { formatTemplateParameterPlaceholder() local