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.cpp500 Ident_GetExceptionCode = Ident_GetExceptionInfo = nullptr; in Initialize()
506 Ident_GetExceptionInfo = PP.getIdentifierInfo("GetExceptionInformation"); in Initialize()
519 PP.SetPoisonReason(Ident_GetExceptionInfo,diag::err_seh___except_filter); in Initialize()
DParseStmt.cpp478 Ident_GetExceptionInfo->setIsPoisoned(false); in ParseSEHExceptBlock()
491 Ident_GetExceptionInfo->setIsPoisoned(true); in ParseSEHExceptBlock()
/external/clang/lib/Lex/
DPreprocessor.cpp126 Ident_GetExceptionInfo = getIdentifierInfo("GetExceptionInformation"); in Preprocessor()
137 Ident_GetExceptionInfo = Ident_GetExceptionCode = nullptr; in Preprocessor()
584 Ident_GetExceptionInfo->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/external/clang/include/clang/Lex/
DPreprocessor.h1534 *Ident_GetExceptionInfo; variable
/external/clang/include/clang/Parse/
DParser.h98 *Ident_GetExceptionInfo; variable