Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DRAIIObjectsForParser.h337 PoisonIdentifierRAIIObject Ident__abnormal_termination; variable
348 Ident__abnormal_termination(Self.Ident__abnormal_termination, NewValue), in PoisonSEHIdentifiersRAIIObject()
DParser.cpp479 Ident__exception_code = Ident__exception_info = Ident__abnormal_termination = 0; in Initialize()
490 Ident__abnormal_termination = PP.getIdentifierInfo("_abnormal_termination"); in Initialize()
500 PP.SetPoisonReason(Ident__abnormal_termination,diag::err_seh___finally_block); in Initialize()
DParseStmt.cpp433 PoisonIdentifierRAIIObject raii(Ident__abnormal_termination, false), in ParseSEHFinallyBlock()
/external/clang/lib/Lex/
DPreprocessor.cpp126 Ident__abnormal_termination = getIdentifierInfo("_abnormal_termination"); in Preprocessor()
130 Ident__exception_info = Ident__exception_code = Ident__abnormal_termination = 0; in Preprocessor()
591 Ident__abnormal_termination->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/external/clang/include/clang/Lex/
DPreprocessor.h1159 IdentifierInfo *Ident__abnormal_termination, variable
/external/clang/include/clang/Parse/
DParser.h97 IdentifierInfo *Ident__abnormal_termination, variable