Home
last modified time | relevance | path

Searched defs:NestedName (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h981 struct NestedName : Node { struct
985 NestedName(Node *Qual_, Node *Name_) in NestedName() argument
988 template<typename Fn> void match(Fn F) const { F(Qual, Name); } in match()
990 StringView getBaseName() const override { return Name->getBaseName(); } in getBaseName()
992 void printLeft(OutputBuffer &OB) const override { in printLeft()
/openbsd-src/gnu/llvm/libcxxabi/src/demangle/
H A DItaniumDemangle.h981 struct NestedName : Node { struct
985 NestedName(Node *Qual_, Node *Name_) in NestedName() argument
988 template<typename Fn> void match(Fn F) const { F(Qual, Name); } in match()
990 StringView getBaseName() const override { return Name->getBaseName(); } in getBaseName()
992 void printLeft(OutputBuffer &OB) const override { in printLeft()