Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:StartLoc

190   virtual bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc);
250 SMLoc StartLoc, EndLoc;
282 StartLoc = o.StartLoc;
302 SMLoc getStartLoc() const { return StartLoc; }
485 Op->StartLoc = S;
499 Op->StartLoc = S;
508 Op->StartLoc = S;
519 Op->StartLoc = S;
529 Op->StartLoc = S;
926 ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) {
928 StartLoc = Tok.getLoc();
938 return Error(StartLoc, "invalid register name");