Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h365 PoisonIdentifierRAIIObject Ident_GetExceptionInfo; variable
376 Ident_GetExceptionInfo(Self.Ident_GetExceptionInfo, NewValue), in PoisonSEHIdentifiersRAIIObject()
H A DParser.h108 *Ident_GetExceptionInfo; variable
/llvm-project-15.0.7/clang/lib/Lex/
H A DPreprocessor.cpp134 Ident_GetExceptionInfo = getIdentifierInfo("GetExceptionInformation"); in Preprocessor()
145 Ident_GetExceptionInfo = Ident_GetExceptionCode = nullptr; in Preprocessor()
759 Ident_GetExceptionInfo->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParser.cpp532 Ident_GetExceptionCode = Ident_GetExceptionInfo = nullptr; in Initialize()
538 Ident_GetExceptionInfo = PP.getIdentifierInfo("GetExceptionInformation"); in Initialize()
551 PP.SetPoisonReason(Ident_GetExceptionInfo,diag::err_seh___except_filter); in Initialize()
H A DParseStmt.cpp598 Ident_GetExceptionInfo->setIsPoisoned(false); in ParseSEHExceptBlock()
611 Ident_GetExceptionInfo->setIsPoisoned(true); in ParseSEHExceptBlock()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h2108 *Ident_GetExceptionInfo; variable