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

Declarations

tools/clang/include/clang/Lex/Preprocessor.h
 1850   void SetPoisonReason(IdentifierInfo *II, unsigned DiagID);

References

tools/clang/lib/Lex/Preprocessor.cpp
  118   SetPoisonReason(Ident__VA_ARGS__,diag::ext_pp_bad_vaargs_use);
  121     SetPoisonReason(Ident__VA_OPT__,diag::ext_pp_bad_vaopt_use);
tools/clang/lib/Parse/Parser.cpp
  514     PP.SetPoisonReason(Ident__exception_code,diag::err_seh___except_block);
  515     PP.SetPoisonReason(Ident___exception_code,diag::err_seh___except_block);
  516     PP.SetPoisonReason(Ident_GetExceptionCode,diag::err_seh___except_block);
  517     PP.SetPoisonReason(Ident__exception_info,diag::err_seh___except_filter);
  518     PP.SetPoisonReason(Ident___exception_info,diag::err_seh___except_filter);
  519     PP.SetPoisonReason(Ident_GetExceptionInfo,diag::err_seh___except_filter);
  520     PP.SetPoisonReason(Ident__abnormal_termination,diag::err_seh___finally_block);
  521     PP.SetPoisonReason(Ident___abnormal_termination,diag::err_seh___finally_block);
  522     PP.SetPoisonReason(Ident_AbnormalTermination,diag::err_seh___finally_block);