Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DItaniumDemangle.cpp413 Name = static_cast<const NestedName *>(Name)->Name; in getFunctionBaseName()
455 static_cast<const NestedName *>(Name)->Qual->print(S); in getFunctionDeclContextName()
553 N = static_cast<const NestedName *>(N)->Name; in isCtorOrDtor()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DItaniumManglingCanonicalizer.cpp202 return Self.makeNode<itanium_demangle::NestedName>(StdNamespace, Child); in make()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h56 X(NestedName) \
847 struct NestedName : Node { struct
851 NestedName(Node *Qual_, Node *Name_) in NestedName() argument
3161 if (SoFar) SoFar = make<NestedName>(SoFar, Comp); in parseNestedName()