Home
last modified time | relevance | path

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

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