Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h401 PoisonIdentifierRAIIObject Ident___abnormal_termination; variable
412 Ident___abnormal_termination(Self.Ident___abnormal_termination, NewValue), in PoisonSEHIdentifiersRAIIObject()
H A DParser.h111 *Ident___abnormal_termination, variable
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp143 Ident___abnormal_termination = getIdentifierInfo("__abnormal_termination"); in Preprocessor()
148 Ident___exception_code = Ident___abnormal_termination = nullptr; in Preprocessor()
748 Ident___abnormal_termination->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp548 Ident___exception_info = Ident___abnormal_termination = nullptr; in Initialize()
560 Ident___abnormal_termination = PP.getIdentifierInfo("__abnormal_termination"); in Initialize()
570 PP.SetPoisonReason(Ident___abnormal_termination,diag::err_seh___finally_block); in Initialize()
H A DParseStmt.cpp693 raii2(Ident___abnormal_termination, false), in ParseSEHFinallyBlock()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2282 *Ident___abnormal_termination, variable