reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
219 return Parser.Error(Tok.getLoc(), Msg + Tok.getString()); 223 return Parser.Error(Lexer.getTok().getLoc(), Msg); 275 Parser.Lex(); 292 Parser.Lex(); 335 Parser.Lex(); 350 Parser.Lex(); 363 Parser.Lex(); 385 Parser.Lex(); 442 Parser.Lex(); 449 Parser.Lex(); 507 auto Loc = Parser.getTok(); 540 Parser.Lex(); 545 if (Parser.parseExpression(Val, End)) 556 Parser.Lex(); 581 Parser.Lex(); 607 Parser.Lex(); 750 if (Parser.parseExpression(Val, End)) 761 if (Parser.parseEscapedString(S)) 810 return Parser.Error( 813 return Parser.Error(IDLoc, "invalid instruction"); 815 return Parser.Error(IDLoc, "ambiguous instruction"); 821 return Parser.Error(IDLoc, "too few operands for instruction"); 826 return Parser.Error(ErrorLoc, "invalid operand for instruction");