Home
last modified time | relevance | path

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

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