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