Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DRAIIObjectsForParser.h346 PoisonIdentifierRAIIObject Ident___abnormal_termination; variable
357 Ident___abnormal_termination(Self.Ident___abnormal_termination, NewValue), in PoisonSEHIdentifiersRAIIObject()
DParser.cpp501 Ident___exception_info = Ident___abnormal_termination = nullptr; in Initialize()
513 Ident___abnormal_termination = PP.getIdentifierInfo("__abnormal_termination"); in Initialize()
523 PP.SetPoisonReason(Ident___abnormal_termination,diag::err_seh___finally_block); in Initialize()
DParseStmt.cpp530 raii2(Ident___abnormal_termination, false), in ParseSEHFinallyBlock()
/external/clang/lib/Lex/
DPreprocessor.cpp134 Ident___abnormal_termination = getIdentifierInfo("__abnormal_termination"); in Preprocessor()
139 Ident___exception_code = Ident___abnormal_termination = nullptr; in Preprocessor()
589 Ident___abnormal_termination->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/external/clang/include/clang/Lex/
DPreprocessor.h1565 *Ident___abnormal_termination, variable
/external/clang/include/clang/Parse/
DParser.h101 *Ident___abnormal_termination, variable