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

  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
RAIIObjectsForParser.h 367 PoisonIdentifierRAIIObject Ident___exception_code;
378 Ident___exception_code(Self.Ident___exception_code, NewValue),
Parser.h 103 *Ident___exception_code,
  /src/external/apache2/llvm/dist/clang/lib/Lex/
Preprocessor.cpp 136 Ident___exception_code = getIdentifierInfo("__exception_code");
144 Ident___exception_code = Ident___abnormal_termination = nullptr;
735 assert(Ident___exception_code && Ident___exception_info);
737 Ident___exception_code->setIsPoisoned(Poison);
  /src/external/apache2/llvm/dist/clang/lib/Parse/
Parser.cpp 528 Ident__abnormal_termination = Ident___exception_code = nullptr;
538 Ident___exception_code = PP.getIdentifierInfo("__exception_code");
545 PP.SetPoisonReason(Ident___exception_code,diag::err_seh___except_block);
ParseStmt.cpp 533 raii2(Ident___exception_code, false),
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 1923 *Ident___exception_code,

Completed in 26 milliseconds