Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:EndLoc

99                              SMLoc &EndLoc) override;
176 SMLoc StartLoc, EndLoc;
208 EndLoc = o.EndLoc;
226 SMLoc getEndLoc() const { return EndLoc; }
578 Op->EndLoc = S;
587 Op->EndLoc = E;
597 Op->EndLoc = E;
1215 bool HexagonAsmParser::ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) {
1249 EndLoc = Lexer.getLoc();
1258 EndLoc = Lexer.getLoc();
1272 EndLoc = Lexer.getLoc();