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

  /external/clang/lib/Parse/
RAIIObjectsForParser.h 117 PoisonIdentifierRAIIObject Ident_AbnormalTermination;
128 : Ident_AbnormalTermination(Self.Ident_AbnormalTermination, NewValue),
Parser.cpp 450 Ident_GetExceptionCode = Ident_GetExceptionInfo = Ident_AbnormalTermination = 0;
461 Ident_AbnormalTermination = PP.getIdentifierInfo("AbnormalTermination");
471 PP.SetPoisonReason(Ident_AbnormalTermination,diag::err_seh___finally_block);
    [all...]
ParseStmt.cpp 456 raii3(Ident_AbnormalTermination, false);
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 167 Ident_AbnormalTermination = getIdentifierInfo("AbnormalTermination");
171 Ident_GetExceptionInfo = Ident_GetExceptionCode = Ident_AbnormalTermination = 0;
487 Ident_AbnormalTermination->setIsPoisoned(Poison);
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /external/clang/include/clang/Parse/
Parser.h 122 *Ident_AbnormalTermination;
    [all...]

Completed in 645 milliseconds