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

  /external/clang/lib/Parse/
RAIIObjectsForParser.h 120 PoisonIdentifierRAIIObject Ident__abnormal_termination;
131 Ident__abnormal_termination(Self.Ident__abnormal_termination, NewValue),
Parser.cpp 434 Ident__exception_code = Ident__exception_info = Ident__abnormal_termination = 0;
445 Ident__abnormal_termination = PP.getIdentifierInfo("_abnormal_termination");
455 PP.SetPoisonReason(Ident__abnormal_termination,diag::err_seh___finally_block);
    [all...]
ParseStmt.cpp 426 PoisonIdentifierRAIIObject raii(Ident__abnormal_termination, false),
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 167 Ident__abnormal_termination = getIdentifierInfo("_abnormal_termination");
171 Ident__exception_info = Ident__exception_code = Ident__abnormal_termination = 0;
465 Ident__abnormal_termination->setIsPoisoned(Poison);
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /external/clang/include/clang/Parse/
Parser.h 113 IdentifierInfo *Ident__abnormal_termination, *Ident___abnormal_termination, *Ident_AbnormalTermination; // __finally
    [all...]

Completed in 22 milliseconds