Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxxabi/src/demangle/
H A DItaniumNodes.def48 NODE(NonTypeTemplateParamDecl)
H A DItaniumDemangle.h1167 class NonTypeTemplateParamDecl final : public Node {
1172 NonTypeTemplateParamDecl(Node *Name_, Node *Type_) in NonTypeTemplateParamDecl() function
5316 return make<NonTypeTemplateParamDecl>(Name, Type);
/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DItaniumNodes.def48 NODE(NonTypeTemplateParamDecl)
H A DItaniumDemangle.h1167 class NonTypeTemplateParamDecl final : public Node {
1172 NonTypeTemplateParamDecl(Node *Name_, Node *Type_) in NonTypeTemplateParamDecl() function
5316 return make<NonTypeTemplateParamDecl>(Name, Type);