HomeSort by relevance Sort by last modified time
    Searched refs:SetPoisonReason (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Parse/
Parser.cpp 463 PP.SetPoisonReason(Ident__exception_code,diag::err_seh___except_block);
464 PP.SetPoisonReason(Ident___exception_code,diag::err_seh___except_block);
465 PP.SetPoisonReason(Ident_GetExceptionCode,diag::err_seh___except_block);
466 PP.SetPoisonReason(Ident__exception_info,diag::err_seh___except_filter);
467 PP.SetPoisonReason(Ident___exception_info,diag::err_seh___except_filter);
468 PP.SetPoisonReason(Ident_GetExceptionInfo,diag::err_seh___except_filter);
469 PP.SetPoisonReason(Ident__abnormal_termination,diag::err_seh___finally_block);
470 PP.SetPoisonReason(Ident___abnormal_termination,diag::err_seh___finally_block);
471 PP.SetPoisonReason(Ident_AbnormalTermination,diag::err_seh___finally_block);
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 149 SetPoisonReason(Ident__VA_ARGS__,diag::ext_pp_bad_vaargs_use);
472 void Preprocessor::SetPoisonReason(IdentifierInfo *II, unsigned DiagID) {
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]

Completed in 81 milliseconds