Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DRAIIObjectsForParser.h340 PoisonIdentifierRAIIObject Ident_AbnormalTermination; variable
351 : Ident_AbnormalTermination(Self.Ident_AbnormalTermination, NewValue), in PoisonSEHIdentifiersRAIIObject()
DParser.cpp503 Ident_AbnormalTermination = nullptr; in Initialize()
514 Ident_AbnormalTermination = PP.getIdentifierInfo("AbnormalTermination"); in Initialize()
524 PP.SetPoisonReason(Ident_AbnormalTermination,diag::err_seh___finally_block); in Initialize()
DParseStmt.cpp531 raii3(Ident_AbnormalTermination, false); in ParseSEHFinallyBlock()
/external/clang/lib/Lex/
DPreprocessor.cpp135 Ident_AbnormalTermination = getIdentifierInfo("AbnormalTermination"); in Preprocessor()
141 Ident_AbnormalTermination = nullptr; in Preprocessor()
590 Ident_AbnormalTermination->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/external/clang/include/clang/Lex/
DPreprocessor.h1566 *Ident_AbnormalTermination; variable
/external/clang/include/clang/Parse/
DParser.h102 *Ident_AbnormalTermination; variable