HomeSort by: relevance | last modified time | path
    Searched refs:Ident_AbnormalTermination (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
RAIIObjectsForParser.h 360 PoisonIdentifierRAIIObject Ident_AbnormalTermination;
371 : Ident_AbnormalTermination(Self.Ident_AbnormalTermination, NewValue),
Parser.h 112 *Ident_AbnormalTermination;
  /src/external/apache2/llvm/dist/clang/lib/Lex/
Preprocessor.cpp 140 Ident_AbnormalTermination = getIdentifierInfo("AbnormalTermination");
146 Ident_AbnormalTermination = nullptr;
744 Ident_AbnormalTermination->setIsPoisoned(Poison);
  /src/external/apache2/llvm/dist/clang/lib/Parse/
Parser.cpp 531 Ident_AbnormalTermination = nullptr;
542 Ident_AbnormalTermination = PP.getIdentifierInfo("AbnormalTermination");
552 PP.SetPoisonReason(Ident_AbnormalTermination,diag::err_seh___finally_block);
ParseStmt.cpp 586 raii3(Ident_AbnormalTermination, false);
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 1932 *Ident_AbnormalTermination;

Completed in 24 milliseconds