Lines Matching refs:EndLoc
41 bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) override;
43 SMLoc &EndLoc) override;
97 SMLoc StartLoc, EndLoc; member
110 EndLoc = o.EndLoc; in BPFOperand()
146 SMLoc getEndLoc() const override { return EndLoc; } in getEndLoc()
202 Op->EndLoc = S; in createToken()
211 Op->EndLoc = E; in createReg()
220 Op->EndLoc = E; in createImm()
326 SMLoc &EndLoc) { in ParseRegister() argument
327 if (tryParseRegister(RegNo, StartLoc, EndLoc) != MatchOperand_Success) in ParseRegister()
334 SMLoc &EndLoc) { in tryParseRegister() argument
337 EndLoc = Tok.getEndLoc(); in tryParseRegister()