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

  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
RAIIObjectsForParser.h 366 PoisonIdentifierRAIIObject Ident___abnormal_termination;
377 Ident___abnormal_termination(Self.Ident___abnormal_termination, NewValue),
Parser.h 111 *Ident___abnormal_termination,
  /src/external/apache2/llvm/dist/clang/lib/Lex/
Preprocessor.cpp 139 Ident___abnormal_termination = getIdentifierInfo("__abnormal_termination");
144 Ident___exception_code = Ident___abnormal_termination = nullptr;
743 Ident___abnormal_termination->setIsPoisoned(Poison);
  /src/external/apache2/llvm/dist/clang/lib/Parse/
Parser.cpp 529 Ident___exception_info = Ident___abnormal_termination = nullptr;
541 Ident___abnormal_termination = PP.getIdentifierInfo("__abnormal_termination");
551 PP.SetPoisonReason(Ident___abnormal_termination,diag::err_seh___finally_block);
ParseStmt.cpp 585 raii2(Ident___abnormal_termination, false),
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 1931 *Ident___abnormal_termination,

Completed in 34 milliseconds