Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h384 PoisonIdentifierRAIIObject Ident___exception_info; variable
395 Ident___exception_info(Self.Ident___exception_info, NewValue) { in PoisonSEHIdentifiersRAIIObject()
H A DParser.h109 *Ident___exception_info, variable
/openbsd/gnu/llvm/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()
749 assert(Ident___exception_code && Ident___exception_info); in PoisonSEHIdentifiers()
754 Ident___exception_info->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParser.cpp531 Ident___exception_info = Ident___abnormal_termination = nullptr; in Initialize()
537 Ident___exception_info = PP.getIdentifierInfo("__exception_info"); in Initialize()
550 PP.SetPoisonReason(Ident___exception_info,diag::err_seh___except_filter); in Initialize()
H A DParseStmt.cpp612 Ident___exception_info->setIsPoisoned(false); in ParseSEHExceptBlock()
625 Ident___exception_info->setIsPoisoned(true); in ParseSEHExceptBlock()
/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h2254 *Ident___exception_info, variable