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.h1037 struct NestedName : Node { struct
1041 NestedName(Node *Qual_, Node *Name_) in NestedName() argument
1044 template<typename Fn> void match(Fn F) const { F(Qual, Name); } in match()
1046 std::string_view getBaseName() const override { return Name->getBaseName(); } in getBaseName()
1048 void printLeft(OutputBuffer &OB) const override { in printLeft()