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

References

tools/clang/lib/Parse/ParsePragma.cpp
 1931   PP.Lex(Tok);
 1933     PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_lparen) << "unused";
 1943     PP.Lex(Tok);
 1953       PP.Diag(Tok.getLocation(), diag::warn_pragma_unused_expected_var);
 1969     PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_punc) << "unused";
 1973   PP.Lex(Tok);
 1975     PP.Diag(Tok.getLocation(), diag::warn_pragma_extra_tokens_at_eol) <<
 1990       PP.getPreprocessorAllocator().Allocate<Token>(2 * Identifiers.size()),
 1999   PP.EnterTokenStream(Toks, /*DisableMacroExpansion=*/true,