Lines Matching refs:EndLoc
190 virtual bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc);
250 SMLoc StartLoc, EndLoc; member
283 EndLoc = o.EndLoc; in PPCOperand()
305 SMLoc getEndLoc() const { return EndLoc; } in getEndLoc()
486 Op->EndLoc = S; in CreateToken()
500 Op->EndLoc = S; in CreateTokenWithStringCopy()
509 Op->EndLoc = E; in CreateImm()
520 Op->EndLoc = E; in CreateExpr()
530 Op->EndLoc = E; in CreateTLSReg()
926 ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) { in ParseRegister() argument
929 EndLoc = Tok.getEndLoc(); in ParseRegister()