Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h397 PoisonIdentifierRAIIObject Ident_GetExceptionInfo; variable
408 Ident_GetExceptionInfo(Self.Ident_GetExceptionInfo, NewValue), in PoisonSEHIdentifiersRAIIObject()
H A DParser.h108 *Ident_GetExceptionInfo; variable
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp138 Ident_GetExceptionInfo = getIdentifierInfo("GetExceptionInformation"); in Preprocessor()
149 Ident_GetExceptionInfo = Ident_GetExceptionCode = nullptr; in Preprocessor()
746 Ident_GetExceptionInfo->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp549 Ident_GetExceptionCode = Ident_GetExceptionInfo = nullptr; in Initialize()
555 Ident_GetExceptionInfo = PP.getIdentifierInfo("GetExceptionInformation"); in Initialize()
568 PP.SetPoisonReason(Ident_GetExceptionInfo,diag::err_seh___except_filter); in Initialize()
H A DParseStmt.cpp653 Ident_GetExceptionInfo->setIsPoisoned(false); in ParseSEHExceptBlock()
666 Ident_GetExceptionInfo->setIsPoisoned(true); in ParseSEHExceptBlock()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2279 *Ident_GetExceptionInfo; variable