Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1077 struct NestedName : Node { struct
1081 NestedName(Node *Qual_, Node *Name_) in NestedName() argument
1084 template<typename Fn> void match(Fn F) const { F(Qual, Name); } in match()
1086 std::string_view getBaseName() const override { return Name->getBaseName(); } in getBaseName()
1088 void printLeft(OutputBuffer &OB) const override { in printLeft()