Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DRAIIObjectsForParser.h123 PoisonIdentifierRAIIObject Ident___abnormal_termination; variable
134 Ident___abnormal_termination(Self.Ident___abnormal_termination, NewValue), in PoisonSEHIdentifiersRAIIObject()
DParser.cpp449 Ident___exception_code = Ident___exception_info = Ident___abnormal_termination = 0; in Initialize()
460 Ident___abnormal_termination = PP.getIdentifierInfo("__abnormal_termination"); in Initialize()
470 PP.SetPoisonReason(Ident___abnormal_termination,diag::err_seh___finally_block); in Initialize()
DParseStmt.cpp455 raii2(Ident___abnormal_termination, false), in ParseSEHFinallyBlock()
/external/clang/lib/Lex/
DPreprocessor.cpp166 Ident___abnormal_termination = getIdentifierInfo("__abnormal_termination"); in Initialize()
170 Ident___exception_info = Ident___exception_code = Ident___abnormal_termination = 0; in Initialize()
486 Ident___abnormal_termination->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/external/clang/include/clang/Lex/
DPreprocessor.h990 *Ident___abnormal_termination, variable
/external/clang/include/clang/Parse/
DParser.h121 *Ident___abnormal_termination, variable