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

  /external/clang/lib/Parse/
RAIIObjectsForParser.h 342 PoisonIdentifierRAIIObject Ident___exception_info;
353 Ident___exception_info(Self.Ident___exception_info, NewValue) {
Parser.cpp 461 Ident___exception_info = Ident___abnormal_termination = nullptr;
467 Ident___exception_info = PP.getIdentifierInfo("__exception_info");
480 PP.SetPoisonReason(Ident___exception_info,diag::err_seh___except_filter);
    [all...]
ParseStmt.cpp 473 Ident___exception_info->setIsPoisoned(false);
480 Ident___exception_info->setIsPoisoned(true);
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 122 Ident___exception_info = getIdentifierInfo("__exception_info");
132 Ident__abnormal_termination = Ident___exception_info = nullptr;
541 assert(Ident___exception_code && Ident___exception_info);
546 Ident___exception_info->setIsPoisoned(Poison);
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /external/clang/include/clang/Parse/
Parser.h 95 *Ident___exception_info,
    [all...]

Completed in 141 milliseconds