Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DRAIIObjectsForParser.h340 PoisonIdentifierRAIIObject Ident___abnormal_termination; variable
351 Ident___abnormal_termination(Self.Ident___abnormal_termination, NewValue), in PoisonSEHIdentifiersRAIIObject()
DParser.cpp461 Ident___exception_info = Ident___abnormal_termination = nullptr; in Initialize()
473 Ident___abnormal_termination = PP.getIdentifierInfo("__abnormal_termination"); in Initialize()
483 PP.SetPoisonReason(Ident___abnormal_termination,diag::err_seh___finally_block); in Initialize()
DParseStmt.cpp512 raii2(Ident___abnormal_termination, false), in ParseSEHFinallyBlock()
/external/clang/lib/Lex/
DPreprocessor.cpp130 Ident___abnormal_termination = getIdentifierInfo("__abnormal_termination"); in Preprocessor()
135 Ident___exception_code = Ident___abnormal_termination = nullptr; in Preprocessor()
572 Ident___abnormal_termination->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/external/clang/include/clang/Lex/
DPreprocessor.h1263 *Ident___abnormal_termination, variable
/external/clang/include/clang/Parse/
DParser.h99 *Ident___abnormal_termination, variable