Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Demangle/
H A DItaniumDemangle.cpp414 Name = static_cast<const NestedName *>(Name)->Name; in getFunctionBaseName()
456 static_cast<const NestedName *>(Name)->Qual->print(S); in getFunctionDeclContextName()
554 N = static_cast<const NestedName *>(N)->Name; in isCtorOrDtor()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DItaniumManglingCanonicalizer.cpp218 return Self.makeNode<itanium_demangle::NestedName>(StdNamespace, Child); in make()
/freebsd-12.1/contrib/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h53 X(NestedName) \
870 struct NestedName : Node { struct
874 NestedName(Node *Qual_, Node *Name_) in NestedName() argument
2874 if (SoFar) SoFar = make<NestedName>(SoFar, Comp); in parseNestedName()