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 476 PP.SetPoisonReason(Ident__exception_code,diag::err_seh___except_block);
477 PP.SetPoisonReason(Ident___exception_code,diag::err_seh___except_block);
478 PP.SetPoisonReason(Ident_GetExceptionCode,diag::err_seh___except_block);
479 PP.SetPoisonReason(Ident__exception_info,diag::err_seh___except_filter);
480 PP.SetPoisonReason(Ident___exception_info,diag::err_seh___except_filter);
481 PP.SetPoisonReason(Ident_GetExceptionInfo,diag::err_seh___except_filter);
482 PP.SetPoisonReason(Ident__abnormal_termination,diag::err_seh___finally_block);
483 PP.SetPoisonReason(Ident___abnormal_termination,diag::err_seh___finally_block);
484 PP.SetPoisonReason(Ident_AbnormalTermination,diag::err_seh___finally_block);
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 111 SetPoisonReason(Ident__VA_ARGS__,diag::ext_pp_bad_vaargs_use);
535 void Preprocessor::SetPoisonReason(IdentifierInfo *II, unsigned DiagID) {
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]

Completed in 567 milliseconds