Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h418 struct AbiTagAttr : Node { struct
422 AbiTagAttr(Node* Base_, StringView Tag_) in AbiTagAttr() argument
427 template<typename Fn> void match(Fn F) const { F(Base, Tag); } in match()
429 void printLeft(OutputStream &S) const override { in printLeft()