Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/
HDRAIIObjectsForParser.h368 PoisonIdentifierRAIIObject Ident___exception_info; variable
379 Ident___exception_info(Self.Ident___exception_info, NewValue) { in PoisonSEHIdentifiersRAIIObject()
HDParser.h104 *Ident___exception_info, variable
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
HDPreprocessor.cpp137 Ident___exception_info = getIdentifierInfo("__exception_info"); in Preprocessor()
147 Ident__abnormal_termination = Ident___exception_info = nullptr; in Preprocessor()
739 assert(Ident___exception_code && Ident___exception_info); in PoisonSEHIdentifiers()
744 Ident___exception_info->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParser.cpp503 Ident___exception_info = Ident___abnormal_termination = nullptr; in Initialize()
509 Ident___exception_info = PP.getIdentifierInfo("__exception_info"); in Initialize()
522 PP.SetPoisonReason(Ident___exception_info,diag::err_seh___except_filter); in Initialize()
HDParseStmt.cpp521 Ident___exception_info->setIsPoisoned(false); in ParseSEHExceptBlock()
534 Ident___exception_info->setIsPoisoned(true); in ParseSEHExceptBlock()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
HDPreprocessor.h1881 *Ident___exception_info, variable