Searched refs:Ident_GetExceptionInfo (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/Parse/
H A DRAIIObjectsForParser.h342 PoisonIdentifierRAIIObject Ident_GetExceptionInfo; member in class:clang::PoisonSEHIdentifiersRAIIObject
353 Ident_GetExceptionInfo(Self.Ident_GetExceptionInfo, NewValue),
H A DParser.cpp502 Ident_GetExceptionCode = Ident_GetExceptionInfo = nullptr;
508 Ident_GetExceptionInfo = PP.getIdentifierInfo("GetExceptionInformation");
521 PP.SetPoisonReason(Ident_GetExceptionInfo,diag::err_seh___except_filter);
H A DParseStmt.cpp490 Ident_GetExceptionInfo->setIsPoisoned(false);
503 Ident_GetExceptionInfo->setIsPoisoned(true);
/external/clang/lib/Lex/
H A DPreprocessor.cpp129 Ident_GetExceptionInfo = getIdentifierInfo("GetExceptionInformation");
140 Ident_GetExceptionInfo = Ident_GetExceptionCode = nullptr;
587 Ident_GetExceptionInfo->setIsPoisoned(Poison);
/external/clang/include/clang/Lex/
H A DPreprocessor.h1562 *Ident_GetExceptionInfo; member in class:clang::Preprocessor
/external/clang/include/clang/Parse/
H A DParser.h98 *Ident_GetExceptionInfo; member in class:clang::Parser

Completed in 317 milliseconds