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.cpp511 Ident__exception_code = Ident__exception_info = Ident__abnormal_termination = 0; in Initialize()
522 Ident__abnormal_termination = PP.getIdentifierInfo("_abnormal_termination"); in Initialize()
532 PP.SetPoisonReason(Ident__abnormal_termination,diag::err_seh___finally_block); in Initialize()
DParseStmt.cpp453 PoisonIdentifierRAIIObject raii(Ident__abnormal_termination, false), in ParseSEHFinallyBlock()
/external/clang/lib/Lex/
DPreprocessor.cpp125 Ident__abnormal_termination = getIdentifierInfo("_abnormal_termination"); in Preprocessor()
129 Ident__exception_info = Ident__exception_code = Ident__abnormal_termination = 0; in Preprocessor()
593 Ident__abnormal_termination->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/external/clang/include/clang/Lex/
DPreprocessor.h1160 IdentifierInfo *Ident__abnormal_termination, variable
/external/clang/include/clang/Parse/
DParser.h99 IdentifierInfo *Ident__abnormal_termination, variable