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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp415 Name = static_cast<const NestedName *>(Name)->Name;
457 static_cast<const NestedName *>(Name)->Qual->print(S);
555 N = static_cast<const NestedName *>(N)->Name;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DItaniumManglingCanonicalizer.cpp207 return Self.makeNode<itanium_demangle::NestedName>(StdNamespace, Child);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h56 X(NestedName) \
843 struct NestedName : Node { struct in inherits:Node
847 NestedName(Node *Qual_, Node *Name_) function in struct:NestedName
3110 if (SoFar) SoFar = make<NestedName>(SoFar, Comp);

Completed in 166 milliseconds