Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h403 PoisonIdentifierRAIIObject Ident___exception_info; variable
414 Ident___exception_info(Self.Ident___exception_info, NewValue) { in PoisonSEHIdentifiersRAIIObject()
H A DParser.h103 *Ident___exception_info, variable
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp133 Ident___exception_info = getIdentifierInfo("__exception_info"); in Preprocessor()
143 Ident__abnormal_termination = Ident___exception_info = nullptr; in Preprocessor()
736 assert(Ident___exception_code && Ident___exception_info); in PoisonSEHIdentifiers()
741 Ident___exception_info->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp547 Ident___exception_info = Ident___abnormal_termination = nullptr; in Initialize()
553 Ident___exception_info = PP.getIdentifierInfo("__exception_info"); in Initialize()
566 PP.SetPoisonReason(Ident___exception_info,diag::err_seh___except_filter); in Initialize()
H A DParseStmt.cpp640 Ident___exception_info->setIsPoisoned(false); in ParseSEHExceptBlock()
653 Ident___exception_info->setIsPoisoned(true); in ParseSEHExceptBlock()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2252 *Ident___exception_info, variable