Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h382 PoisonIdentifierRAIIObject Ident___abnormal_termination; variable
393 Ident___abnormal_termination(Self.Ident___abnormal_termination, NewValue), in PoisonSEHIdentifiersRAIIObject()
H A DParser.h113 *Ident___abnormal_termination, variable
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPreprocessor.cpp139 Ident___abnormal_termination = getIdentifierInfo("__abnormal_termination"); in Preprocessor()
144 Ident___exception_code = Ident___abnormal_termination = nullptr; in Preprocessor()
757 Ident___abnormal_termination->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParser.cpp531 Ident___exception_info = Ident___abnormal_termination = nullptr; in Initialize()
543 Ident___abnormal_termination = PP.getIdentifierInfo("__abnormal_termination"); in Initialize()
553 PP.SetPoisonReason(Ident___abnormal_termination,diag::err_seh___finally_block); in Initialize()
H A DParseStmt.cpp653 raii2(Ident___abnormal_termination, false), in ParseSEHFinallyBlock()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h2258 *Ident___abnormal_termination, variable