Lines Matching defs:EndLoc
77 bool parseRegister(MCRegister &Reg, SMLoc &StartLoc, SMLoc &EndLoc) override;
79 SMLoc &EndLoc) override;
125 bool matchSparcAsmModifiers(const MCExpr *&EVal, SMLoc &EndLoc);
226 SMLoc StartLoc, EndLoc;
364 return EndLoc;
466 Op->EndLoc = S;
476 Op->EndLoc = E;
485 Op->EndLoc = E;
494 Op->EndLoc = E;
503 Op->EndLoc = E;
590 Op->EndLoc = E;
848 SMLoc &EndLoc) {
849 if (!tryParseRegister(Reg, StartLoc, EndLoc).isSuccess())
855 SMLoc &EndLoc) {
858 EndLoc = Tok.getEndLoc();
1627 SMLoc &EndLoc) {
1662 if (Parser.parseParenExpression(subExpr, EndLoc))