Lines Matching refs:EndLoc
42 bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) override;
44 SMLoc &EndLoc) override;
98 SMLoc StartLoc, EndLoc; member
111 EndLoc = o.EndLoc; in BPFOperand()
147 SMLoc getEndLoc() const override { return EndLoc; } in getEndLoc()
203 Op->EndLoc = S; in createToken()
212 Op->EndLoc = E; in createReg()
221 Op->EndLoc = E; in createImm()
327 SMLoc &EndLoc) { in ParseRegister() argument
328 if (tryParseRegister(RegNo, StartLoc, EndLoc) != MatchOperand_Success) in ParseRegister()
335 SMLoc &EndLoc) { in tryParseRegister() argument
338 EndLoc = Tok.getEndLoc(); in tryParseRegister()