Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp439 Name = static_cast<const NestedName *>(Name)->Name; in getFunctionBaseName()
479 static_cast<const NestedName *>(Name)->Qual->print(OB); in getFunctionDeclContextName()
573 N = static_cast<const NestedName *>(N)->Name; in isCtorOrDtor()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumNodes.def39 NODE(NestedName)
H A DItaniumDemangle.h1037 struct NestedName : Node { struct
1041 NestedName(Node *Qual_, Node *Name_) in NestedName() function
3082 Result = make<NestedName>(Scope, Result); in parseUnqualifiedName()