reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1406 StringRef poss = Parser.getTok().getString(); 1415 Parser.Lex(); // Eat the xx16 1417 return Error(Parser.getTok().getLoc(), "expected '('"); 1418 Parser.Lex(); // Eat the '(' 1428 return Error(Parser.getTok().getLoc(), "expected ')'"); 1429 Parser.Lex(); // Eat the ')'