Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h363 PoisonIdentifierRAIIObject Ident_AbnormalTermination; variable
374 : Ident_AbnormalTermination(Self.Ident_AbnormalTermination, NewValue), in PoisonSEHIdentifiersRAIIObject()
H A DParser.h112 *Ident_AbnormalTermination; variable
/llvm-project-15.0.7/clang/lib/Lex/
H A DPreprocessor.cpp140 Ident_AbnormalTermination = getIdentifierInfo("AbnormalTermination"); in Preprocessor()
146 Ident_AbnormalTermination = nullptr; in Preprocessor()
762 Ident_AbnormalTermination->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParser.cpp533 Ident_AbnormalTermination = nullptr; in Initialize()
544 Ident_AbnormalTermination = PP.getIdentifierInfo("AbnormalTermination"); in Initialize()
554 PP.SetPoisonReason(Ident_AbnormalTermination,diag::err_seh___finally_block); in Initialize()
H A DParseStmt.cpp639 raii3(Ident_AbnormalTermination, false); in ParseSEHFinallyBlock()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h2112 *Ident_AbnormalTermination; variable