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

References

lib/Target/ARM/AsmParser/ARMAsmParser.cpp
 6126     Parser.Lex();
 6130   Parser.Lex(); // Eat ':'
 6133     Error(Parser.getTok().getLoc(), "expected prefix identifier in operand");
 6152   StringRef IDVal = Parser.getTok().getIdentifier();
 6160     Error(Parser.getTok().getLoc(), "unexpected prefix in operand");
 6184     Error(Parser.getTok().getLoc(),
 6190   Parser.Lex();
 6193     Error(Parser.getTok().getLoc(), "unexpected token after prefix");
 6196   Parser.Lex(); // Eat the last ':'