Lines Matching refs:EndLoc
45 bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) override;
53 SMLoc &EndLoc) override;
98 SMLoc StartLoc, EndLoc; member
111 EndLoc = o.EndLoc; in CSKYOperand()
194 SMLoc getEndLoc() const override { return EndLoc; } in getEndLoc()
229 Op->EndLoc = S; in createToken()
238 Op->EndLoc = E; in createReg()
247 Op->EndLoc = E; in createImm()
396 SMLoc &EndLoc) { in ParseRegister() argument
399 EndLoc = Tok.getEndLoc(); in ParseRegister()
634 SMLoc &EndLoc) { in tryParseRegister() argument
637 EndLoc = Tok.getEndLoc(); in tryParseRegister()