Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:StartLoc

43   virtual bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc);
87 SMLoc StartLoc, EndLoc;
118 StartLoc = o.StartLoc;
140 SMLoc getStartLoc() const { return StartLoc; }
229 Op->StartLoc = S;
237 Op->StartLoc = S;
245 Op->StartLoc = S;
253 Op->StartLoc = S;
264 Op->StartLoc = S;
275 Op->StartLoc = S;
391 SMLoc &StartLoc, SMLoc &EndLoc) {