HomeSort by relevance Sort by last modified time
    Searched refs:Ident_GetExceptionInfo (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/Parse/
RAIIObjectsForParser.h 336 PoisonIdentifierRAIIObject Ident_GetExceptionInfo;
347 Ident_GetExceptionInfo(Self.Ident_GetExceptionInfo, NewValue),
Parser.cpp 462 Ident_GetExceptionCode = Ident_GetExceptionInfo = nullptr;
468 Ident_GetExceptionInfo = PP.getIdentifierInfo("GetExceptionInformation");
481 PP.SetPoisonReason(Ident_GetExceptionInfo,diag::err_seh___except_filter);
    [all...]
ParseStmt.cpp 472 Ident_GetExceptionInfo->setIsPoisoned(false);
485 Ident_GetExceptionInfo->setIsPoisoned(true);
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 125 Ident_GetExceptionInfo = getIdentifierInfo("GetExceptionInformation");
136 Ident_GetExceptionInfo = Ident_GetExceptionCode = nullptr;
570 Ident_GetExceptionInfo->setIsPoisoned(Poison);
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /external/clang/include/clang/Parse/
Parser.h 96 *Ident_GetExceptionInfo;
    [all...]

Completed in 128 milliseconds