Home
last modified time | relevance | path

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

/external/libcxxabi/src/demangle/
DItaniumDemangle.h875 struct NestedName : Node { struct
879 NestedName(Node *Qual_, Node *Name_) in NestedName() argument
882 template<typename Fn> void match(Fn F) const { F(Qual, Name); } in match()
884 StringView getBaseName() const override { return Name->getBaseName(); } in getBaseName()
886 void printLeft(OutputStream &S) const override { in printLeft()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
DItaniumDemangle.cpp790 struct NestedName : Node { struct
791 Node *Qual;
792 Node *Name;
794 NestedName(Node *Qual_, Node *Name_) in NestedName() argument
797 StringView getBaseName() const override { return Name->getBaseName(); } in getBaseName()
799 void printLeft(OutputStream &S) const override { in printLeft()