Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h362 PoisonIdentifierRAIIObject Ident_GetExceptionInfo; variable
373 Ident_GetExceptionInfo(Self.Ident_GetExceptionInfo, NewValue), in PoisonSEHIdentifiersRAIIObject()
H A DParser.h108 *Ident_GetExceptionInfo; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp134 Ident_GetExceptionInfo = getIdentifierInfo("GetExceptionInformation"); in Preprocessor()
145 Ident_GetExceptionInfo = Ident_GetExceptionCode = nullptr; in Preprocessor()
741 Ident_GetExceptionInfo->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/freebsd-13.1/contrib/llvm-project/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.cpp550 Ident_GetExceptionInfo->setIsPoisoned(false); in ParseSEHExceptBlock()
563 Ident_GetExceptionInfo->setIsPoisoned(true); in ParseSEHExceptBlock()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1929 *Ident_GetExceptionInfo; variable