Lines Matching defs:EndLoc
42 bool parseRegister(MCRegister &Reo, SMLoc &StartLoc, SMLoc &EndLoc) override;
44 SMLoc &EndLoc) override;
96 SMLoc StartLoc, EndLoc;
109 EndLoc = o.EndLoc;
149 SMLoc getEndLoc() const override { return EndLoc; }
205 Op->EndLoc = S;
214 Op->EndLoc = E;
223 Op->EndLoc = E;
354 SMLoc &EndLoc) {
355 if (!tryParseRegister(Reg, StartLoc, EndLoc).isSuccess())
361 SMLoc &EndLoc) {
364 EndLoc = Tok.getEndLoc();