Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h843 struct NestedName : Node { struct
847 NestedName(Node *Qual_, Node *Name_) in NestedName() argument
850 template<typename Fn> void match(Fn F) const { F(Qual, Name); } in match()
852 StringView getBaseName() const override { return Name->getBaseName(); } in getBaseName()
854 void printLeft(OutputStream &S) const override { in printLeft()