reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
548 Token PragmaTok = Tok; 551 Lex(Tok); 552 if (Tok.isNot(tok::l_paren)) { 559 Lex(Tok); 560 if (Tok.isNot(tok::string_literal)) { 566 if (Tok.hasUDSuffix()) { 567 Diag(Tok, diag::err_invalid_string_udl); 572 std::string StrVal = getSpelling(Tok); 575 Lex(Tok); 576 if (Tok.isNot(tok::r_paren)) {