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

References

tools/clang/lib/Parse/ParsePragma.cpp
 2072   PP.Lex(Tok);
 2074     PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_identifier) <<
 2080   PP.Lex(Tok);
 2083     PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_identifier)
 2089   PP.Lex(Tok);
 2092     PP.Diag(Tok.getLocation(), diag::warn_pragma_extra_tokens_at_eol) <<
 2097   MutableArrayRef<Token> Toks(PP.getPreprocessorAllocator().Allocate<Token>(3),
 2106   PP.EnterTokenStream(Toks, /*DisableMacroExpansion=*/true,