Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h360 PoisonIdentifierRAIIObject Ident_AbnormalTermination; variable
371 : Ident_AbnormalTermination(Self.Ident_AbnormalTermination, NewValue), in PoisonSEHIdentifiersRAIIObject()
H A DParser.h112 *Ident_AbnormalTermination; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp140 Ident_AbnormalTermination = getIdentifierInfo("AbnormalTermination"); in Preprocessor()
146 Ident_AbnormalTermination = nullptr; in Preprocessor()
744 Ident_AbnormalTermination->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp531 Ident_AbnormalTermination = nullptr; in Initialize()
542 Ident_AbnormalTermination = PP.getIdentifierInfo("AbnormalTermination"); in Initialize()
552 PP.SetPoisonReason(Ident_AbnormalTermination,diag::err_seh___finally_block); in Initialize()
H A DParseStmt.cpp586 raii3(Ident_AbnormalTermination, false); in ParseSEHFinallyBlock()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h1932 *Ident_AbnormalTermination; variable