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 363 PoisonIdentifierRAIIObject Ident__abnormal_termination;
374 Ident__abnormal_termination(Self.Ident__abnormal_termination, NewValue),
Parser.h 110 IdentifierInfo *Ident__abnormal_termination,
  /src/external/apache2/llvm/dist/clang/lib/Lex/
Preprocessor.cpp 138 Ident__abnormal_termination = getIdentifierInfo("_abnormal_termination");
143 Ident__abnormal_termination = Ident___exception_info = nullptr;
742 Ident__abnormal_termination->setIsPoisoned(Poison);
  /src/external/apache2/llvm/dist/clang/lib/Parse/
Parser.cpp 528 Ident__abnormal_termination = Ident___exception_code = nullptr;
540 Ident__abnormal_termination = PP.getIdentifierInfo("_abnormal_termination");
550 PP.SetPoisonReason(Ident__abnormal_termination,diag::err_seh___finally_block);
ParseStmt.cpp 584 PoisonIdentifierRAIIObject raii(Ident__abnormal_termination, false),
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 1930 IdentifierInfo *Ident__abnormal_termination,

Completed in 30 milliseconds