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

/external/clang/lib/Parse/
H A DRAIIObjectsForParser.h337 PoisonIdentifierRAIIObject Ident__abnormal_termination; member in class:clang::PoisonSEHIdentifiersRAIIObject
348 Ident__abnormal_termination(Self.Ident__abnormal_termination, NewValue),
H A DParser.cpp460 Ident__abnormal_termination = Ident___exception_code = nullptr;
472 Ident__abnormal_termination = PP.getIdentifierInfo("_abnormal_termination");
482 PP.SetPoisonReason(Ident__abnormal_termination,diag::err_seh___finally_block);
H A DParseStmt.cpp504 PoisonIdentifierRAIIObject raii(Ident__abnormal_termination, false),
/external/clang/lib/Lex/
H A DPreprocessor.cpp127 Ident__abnormal_termination = getIdentifierInfo("_abnormal_termination");
132 Ident__abnormal_termination = Ident___exception_info = nullptr;
548 Ident__abnormal_termination->setIsPoisoned(Poison);
/external/clang/include/clang/Lex/
H A DPreprocessor.h1226 IdentifierInfo *Ident__abnormal_termination, member in class:clang::Preprocessor
/external/clang/include/clang/Parse/
H A DParser.h98 IdentifierInfo *Ident__abnormal_termination, member in class:clang::Parser

Completed in 121 milliseconds