Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:EndLoc

132   bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) override;
167 SMLoc StartLoc, EndLoc;
275 EndLoc = o.EndLoc;
325 SMLoc getEndLoc() const override { return EndLoc; }
1635 Op->EndLoc = S;
1645 Op->EndLoc = E;
1658 Op->EndLoc = E;
1667 Op->EndLoc = E;
1676 Op->EndLoc = E;
1688 Op->EndLoc = E;
1697 Op->EndLoc = E;
1706 Op->EndLoc = S;
1719 Op->EndLoc = S;
1735 Op->EndLoc = S;
1744 Op->EndLoc = E;
1757 Op->EndLoc = S;
1770 Op->EndLoc = S;
1782 Op->EndLoc = E;
1948 SMLoc &EndLoc) {
1951 EndLoc = SMLoc::getFromPointer(getLoc().getPointer() - 1);