Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DRAIIObjectsForParser.h334 PoisonIdentifierRAIIObject Ident_AbnormalTermination; variable
345 : Ident_AbnormalTermination(Self.Ident_AbnormalTermination, NewValue), in PoisonSEHIdentifiersRAIIObject()
DParser.cpp513 Ident_GetExceptionCode = Ident_GetExceptionInfo = Ident_AbnormalTermination = 0; in Initialize()
524 Ident_AbnormalTermination = PP.getIdentifierInfo("AbnormalTermination"); in Initialize()
534 PP.SetPoisonReason(Ident_AbnormalTermination,diag::err_seh___finally_block); in Initialize()
DParseStmt.cpp455 raii3(Ident_AbnormalTermination, false); in ParseSEHFinallyBlock()
/external/clang/lib/Lex/
DPreprocessor.cpp127 Ident_AbnormalTermination = getIdentifierInfo("AbnormalTermination"); in Preprocessor()
131 Ident_GetExceptionInfo = Ident_GetExceptionCode = Ident_AbnormalTermination = 0; in Preprocessor()
595 Ident_AbnormalTermination->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/external/clang/include/clang/Lex/
DPreprocessor.h1162 *Ident_AbnormalTermination; variable
/external/clang/include/clang/Parse/
DParser.h101 *Ident_AbnormalTermination; variable