Searched defs:AbiTagAttr (Results 1 – 2 of 2) sorted by relevance
408 struct AbiTagAttr : Node { struct412 AbiTagAttr(Node* Base_, StringView Tag_) in AbiTagAttr() function417 template<typename Fn> void match(Fn F) const { F(Base, Tag); } in match()419 void printLeft(OutputStream &S) const override { in printLeft()
414 struct AbiTagAttr : Node { struct418 AbiTagAttr(Node* Base_, StringView Tag_) in AbiTagAttr() argument423 template<typename Fn> void match(Fn F) const { F(Base, Tag); } in match()425 void printLeft(OutputStream &S) const override { in printLeft()