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

/external/clang/lib/Parse/
H A DRAIIObjectsForParser.h340 PoisonIdentifierRAIIObject Ident___abnormal_termination; member in class:clang::PoisonSEHIdentifiersRAIIObject
351 Ident___abnormal_termination(Self.Ident___abnormal_termination, NewValue),
H A DParser.cpp461 Ident___exception_info = Ident___abnormal_termination = nullptr;
473 Ident___abnormal_termination = PP.getIdentifierInfo("__abnormal_termination");
483 PP.SetPoisonReason(Ident___abnormal_termination,diag::err_seh___finally_block);
H A DParseStmt.cpp505 raii2(Ident___abnormal_termination, false),
/external/clang/lib/Lex/
H A DPreprocessor.cpp128 Ident___abnormal_termination = getIdentifierInfo("__abnormal_termination");
133 Ident___exception_code = Ident___abnormal_termination = nullptr;
549 Ident___abnormal_termination->setIsPoisoned(Poison);
/external/clang/include/clang/Lex/
H A DPreprocessor.h1227 *Ident___abnormal_termination, member in class:clang::Preprocessor
/external/clang/include/clang/Parse/
H A DParser.h99 *Ident___abnormal_termination, member in class:clang::Parser

Completed in 746 milliseconds