Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h344 PoisonIdentifierRAIIObject Ident_GetExceptionInfo; variable
355 Ident_GetExceptionInfo(Self.Ident_GetExceptionInfo, NewValue), in PoisonSEHIdentifiersRAIIObject()
H A DParser.h101 *Ident_GetExceptionInfo; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessor.cpp135 Ident_GetExceptionInfo = getIdentifierInfo("GetExceptionInformation"); in Preprocessor()
146 Ident_GetExceptionInfo = Ident_GetExceptionCode = nullptr; in Preprocessor()
722 Ident_GetExceptionInfo->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParser.cpp491 Ident_GetExceptionCode = Ident_GetExceptionInfo = nullptr; in Initialize()
497 Ident_GetExceptionInfo = PP.getIdentifierInfo("GetExceptionInformation"); in Initialize()
510 PP.SetPoisonReason(Ident_GetExceptionInfo,diag::err_seh___except_filter); in Initialize()
H A DParseStmt.cpp507 Ident_GetExceptionInfo->setIsPoisoned(false); in ParseSEHExceptBlock()
520 Ident_GetExceptionInfo->setIsPoisoned(true); in ParseSEHExceptBlock()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h1771 *Ident_GetExceptionInfo; variable