Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:EndLoc

53   bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) override;
80 bool matchSparcAsmModifiers(const MCExpr *&EVal, SMLoc &EndLoc);
176 SMLoc StartLoc, EndLoc;
264 return EndLoc;
325 Op->EndLoc = S;
335 Op->EndLoc = E;
344 Op->EndLoc = E;
418 Op->EndLoc = E;
559 ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc)
563 EndLoc = Tok.getEndLoc();
1162 SMLoc &EndLoc)
1181 if (Parser.parseParenExpression(subExpr, EndLoc))