Searched refs:SetPoisonReason (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/ |
| HD | Parser.cpp | 518 PP.SetPoisonReason(Ident__exception_code,diag::err_seh___except_block); in Initialize() 519 PP.SetPoisonReason(Ident___exception_code,diag::err_seh___except_block); in Initialize() 520 PP.SetPoisonReason(Ident_GetExceptionCode,diag::err_seh___except_block); in Initialize() 521 PP.SetPoisonReason(Ident__exception_info,diag::err_seh___except_filter); in Initialize() 522 PP.SetPoisonReason(Ident___exception_info,diag::err_seh___except_filter); in Initialize() 523 PP.SetPoisonReason(Ident_GetExceptionInfo,diag::err_seh___except_filter); in Initialize() 524 PP.SetPoisonReason(Ident__abnormal_termination,diag::err_seh___finally_block); in Initialize() 525 PP.SetPoisonReason(Ident___abnormal_termination,diag::err_seh___finally_block); in Initialize() 526 PP.SetPoisonReason(Ident_AbnormalTermination,diag::err_seh___finally_block); in Initialize()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/ |
| HD | Preprocessor.cpp | 121 SetPoisonReason(Ident__VA_ARGS__,diag::ext_pp_bad_vaargs_use); in Preprocessor() 124 SetPoisonReason(Ident__VA_OPT__,diag::ext_pp_bad_vaopt_use); in Preprocessor() 733 void Preprocessor::SetPoisonReason(IdentifierInfo *II, unsigned DiagID) { in SetPoisonReason() function in Preprocessor
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/ |
| HD | Preprocessor.h | 1859 void SetPoisonReason(IdentifierInfo *II, unsigned DiagID);
|