Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDRAIIObjectsForParser.h340 PoisonIdentifierRAIIObject Ident_AbnormalTermination; variable
351 : Ident_AbnormalTermination(Self.Ident_AbnormalTermination, NewValue), in PoisonSEHIdentifiersRAIIObject()
HDParser.cpp500 Ident_AbnormalTermination = nullptr; in Initialize()
511 Ident_AbnormalTermination = PP.getIdentifierInfo("AbnormalTermination"); in Initialize()
521 PP.SetPoisonReason(Ident_AbnormalTermination,diag::err_seh___finally_block); in Initialize()
HDParseStmt.cpp510 raii3(Ident_AbnormalTermination, false); in ParseSEHFinallyBlock()
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPreprocessor.cpp132 Ident_AbnormalTermination = getIdentifierInfo("AbnormalTermination"); in Preprocessor()
138 Ident_AbnormalTermination = nullptr; in Preprocessor()
582 Ident_AbnormalTermination->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDPreprocessor.h1533 *Ident_AbnormalTermination; variable
/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h102 *Ident_AbnormalTermination; variable