Searched defs:AbiTagAttr (Results 1 – 1 of 1) sorted by relevance
418 struct AbiTagAttr : Node { struct422 AbiTagAttr(Node* Base_, StringView Tag_) in AbiTagAttr() argument427 template<typename Fn> void match(Fn F) const { F(Base, Tag); } in match()429 void printLeft(OutputStream &S) const override { in printLeft()