Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:EndLoc

75   bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc);
272 SMLoc StartLoc, EndLoc;
345 Op->EndLoc = S;
353 Op->EndLoc = E;
361 Op->EndLoc = E;
371 Op->EndLoc = E;
427 return EndLoc;
1112 SMLoc EndLoc;
1130 if (getParser().parseParenExpression(IdVal, EndLoc))
1144 SMLoc &EndLoc) {
1147 EndLoc = Parser.getTok().getLoc();