Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Parse/
HDRAIIObjectsForParser.h395 PoisonIdentifierRAIIObject Ident_AbnormalTermination; variable
406 : Ident_AbnormalTermination(Self.Ident_AbnormalTermination, NewValue), in PoisonSEHIdentifiersRAIIObject()
HDParser.h112 *Ident_AbnormalTermination; variable
/freebsd-14-stable/contrib/llvm-project/clang/lib/Lex/
HDPreprocessor.cpp144 Ident_AbnormalTermination = getIdentifierInfo("AbnormalTermination"); in Preprocessor()
150 Ident_AbnormalTermination = nullptr; in Preprocessor()
749 Ident_AbnormalTermination->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Parse/
HDParser.cpp550 Ident_AbnormalTermination = nullptr; in Initialize()
561 Ident_AbnormalTermination = PP.getIdentifierInfo("AbnormalTermination"); in Initialize()
571 PP.SetPoisonReason(Ident_AbnormalTermination,diag::err_seh___finally_block); in Initialize()
HDParseStmt.cpp694 raii3(Ident_AbnormalTermination, false); in ParseSEHFinallyBlock()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Lex/
HDPreprocessor.h2283 *Ident_AbnormalTermination; variable