Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:EndLoc

48   bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc);
155 SMLoc StartLoc, EndLoc;
223 Op->EndLoc = S;
231 Op->EndLoc = E;
239 Op->EndLoc = E;
249 Op->EndLoc = E;
256 SMLoc getEndLoc() const { return EndLoc; }
578 SMLoc EndLoc;
596 if (getParser().ParseParenExpression(IdVal,EndLoc))
629 SMLoc &EndLoc) {
633 EndLoc = Parser.getTok().getLoc();