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 334 PoisonIdentifierRAIIObject Ident_AbnormalTermination;
345 : Ident_AbnormalTermination(Self.Ident_AbnormalTermination, NewValue),
Parser.cpp 481 Ident_GetExceptionCode = Ident_GetExceptionInfo = Ident_AbnormalTermination = 0;
492 Ident_AbnormalTermination = PP.getIdentifierInfo("AbnormalTermination");
502 PP.SetPoisonReason(Ident_AbnormalTermination,diag::err_seh___finally_block);
    [all...]
ParseStmt.cpp 435 raii3(Ident_AbnormalTermination, false);
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 128 Ident_AbnormalTermination = getIdentifierInfo("AbnormalTermination");
132 Ident_GetExceptionInfo = Ident_GetExceptionCode = Ident_AbnormalTermination = 0;
593 Ident_AbnormalTermination->setIsPoisoned(Poison);
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /external/clang/include/clang/Parse/
Parser.h 99 *Ident_AbnormalTermination;
    [all...]

Completed in 68 milliseconds