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

References

tools/clang/lib/Lex/Pragma.cpp
 1488     SourceLocation MessageLoc = Tok.getLocation();
 1489     PP.Lex(Tok);
 1491     switch (Tok.getKind()) {
 1496       PP.Lex(Tok);
 1507     if (!PP.FinishLexStringLiteral(Tok, MessageString, PragmaKind(Kind),
 1512       if (Tok.isNot(tok::r_paren)) {
 1513         PP.Diag(Tok.getLocation(), diag::err_pragma_message_malformed) << Kind;
 1516       PP.Lex(Tok);  // eat the r_paren.
 1519     if (Tok.isNot(tok::eod)) {
 1520       PP.Diag(Tok.getLocation(), diag::err_pragma_message_malformed) << Kind;