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

  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
RAIIObjectsForParser.h 362 PoisonIdentifierRAIIObject Ident_GetExceptionInfo;
373 Ident_GetExceptionInfo(Self.Ident_GetExceptionInfo, NewValue),
Parser.h 108 *Ident_GetExceptionInfo;
  /src/external/apache2/llvm/dist/clang/lib/Lex/
Preprocessor.cpp 134 Ident_GetExceptionInfo = getIdentifierInfo("GetExceptionInformation");
145 Ident_GetExceptionInfo = Ident_GetExceptionCode = nullptr;
741 Ident_GetExceptionInfo->setIsPoisoned(Poison);
  /src/external/apache2/llvm/dist/clang/lib/Parse/
Parser.cpp 530 Ident_GetExceptionCode = Ident_GetExceptionInfo = nullptr;
536 Ident_GetExceptionInfo = PP.getIdentifierInfo("GetExceptionInformation");
549 PP.SetPoisonReason(Ident_GetExceptionInfo,diag::err_seh___except_filter);
ParseStmt.cpp 545 Ident_GetExceptionInfo->setIsPoisoned(false);
558 Ident_GetExceptionInfo->setIsPoisoned(true);
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 1928 *Ident_GetExceptionInfo;

Completed in 58 milliseconds