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 342 PoisonIdentifierRAIIObject Ident_GetExceptionInfo;
353 Ident_GetExceptionInfo(Self.Ident_GetExceptionInfo, NewValue),
Parser.cpp 500 Ident_GetExceptionCode = Ident_GetExceptionInfo = nullptr;
506 Ident_GetExceptionInfo = PP.getIdentifierInfo("GetExceptionInformation");
519 PP.SetPoisonReason(Ident_GetExceptionInfo,diag::err_seh___except_filter);
    [all...]
ParseStmt.cpp 478 Ident_GetExceptionInfo->setIsPoisoned(false);
491 Ident_GetExceptionInfo->setIsPoisoned(true);
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 126 Ident_GetExceptionInfo = getIdentifierInfo("GetExceptionInformation");
137 Ident_GetExceptionInfo = Ident_GetExceptionCode = nullptr;
584 Ident_GetExceptionInfo->setIsPoisoned(Poison);
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /external/clang/include/clang/Parse/
Parser.h 98 *Ident_GetExceptionInfo;
    [all...]

Completed in 126 milliseconds