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

References

tools/clang/lib/Lex/Pragma.cpp
 1641     SourceLocation Loc = Tok.getLocation();
 1643     PP.LexUnexpandedToken(Tok);
 1644     if (Tok.isNot(tok::eod))
 1645       PP.Diag(Tok, diag::ext_pp_extra_tokens_at_eol) << "pragma";