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

  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
RAIIObjectsForParser.h 368 PoisonIdentifierRAIIObject Ident___exception_info;
379 Ident___exception_info(Self.Ident___exception_info, NewValue) {
Parser.h 107 *Ident___exception_info,
  /src/external/apache2/llvm/dist/clang/lib/Lex/
Preprocessor.cpp 133 Ident___exception_info = getIdentifierInfo("__exception_info");
143 Ident__abnormal_termination = Ident___exception_info = nullptr;
735 assert(Ident___exception_code && Ident___exception_info);
740 Ident___exception_info->setIsPoisoned(Poison);
  /src/external/apache2/llvm/dist/clang/lib/Parse/
Parser.cpp 529 Ident___exception_info = Ident___abnormal_termination = nullptr;
535 Ident___exception_info = PP.getIdentifierInfo("__exception_info");
548 PP.SetPoisonReason(Ident___exception_info,diag::err_seh___except_filter);
ParseStmt.cpp 544 Ident___exception_info->setIsPoisoned(false);
557 Ident___exception_info->setIsPoisoned(true);
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 1927 *Ident___exception_info,

Completed in 67 milliseconds