Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:EndLoc

43   virtual bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc);
87 SMLoc StartLoc, EndLoc;
119 EndLoc = o.EndLoc;
143 SMLoc getEndLoc() const { return EndLoc; }
230 Op->EndLoc = S;
238 Op->EndLoc = E;
246 Op->EndLoc = E;
254 Op->EndLoc = E;
265 Op->EndLoc = E;
276 Op->EndLoc = E;
391 SMLoc &StartLoc, SMLoc &EndLoc) {