reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Lanai/AsmParser/LanaiAsmParser.cpp
  691   SMLoc Start = Parser.getTok().getLoc();
  692   SMLoc End = SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1);
  697     Parser.Lex();
  702     Parser.Lex(); // Eat identifier token
  720   SMLoc Start = Parser.getTok().getLoc();
  721   SMLoc End = SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1);
  729   if (Parser.parseIdentifier(Identifier))
  748     if (Parser.parseIdentifier(Identifier))
  753   if (Lexer.getKind() == AsmToken::Plus && Parser.parseExpression(RHS))
  765   End = SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1);
  778   SMLoc Start = Parser.getTok().getLoc();
  779   SMLoc End = SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1);
  789     if (!Parser.parseExpression(ExprVal))
  807   Parser.parseIdentifier(IdString);
  810     Error(Parser.getTok().getLoc(), "Can't parse ALU operator");
  832     Parser.Lex();
  833     Parser.Lex();
  835     Parser.Lex(); // Eat the '*'
  906   Parser.Lex(); // Eat the '['.
  918         Parser.Lex(); // Eat the ']'
  926             Error(Parser.getTok().getLoc(),
  938     Error(Parser.getTok().getLoc(),
  950     Parser.Lex(); // Eat the ']'.
  952       SMLoc Start = Parser.getTok().getLoc();
  954           SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1);
  961       Error(Parser.getTok().getLoc(), "Expected ']'");
  971       Error(Parser.getTok().getLoc(), "Expected ']'");
  974     Parser.Lex(); // Eat the ']'.
  983     Error(Parser.getTok().getLoc(),
 1009     Parser.eatToEndOfStatement();
 1022     Error(Parser.getTok().getLoc(), "Unknown operand");
 1023     Parser.eatToEndOfStatement();
 1205     Error(Parser.getTok().getLoc(),