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

/external/clang/lib/Parse/
H A DRAIIObjectsForParser.h336 PoisonIdentifierRAIIObject Ident_GetExceptionInfo; member in class:clang::PoisonSEHIdentifiersRAIIObject
347 Ident_GetExceptionInfo(Self.Ident_GetExceptionInfo, NewValue),
H A DParser.cpp503 Ident_GetExceptionCode = Ident_GetExceptionInfo = Ident_AbnormalTermination = 0;
508 Ident_GetExceptionInfo = PP.getIdentifierInfo("GetExceptionInformation");
521 PP.SetPoisonReason(Ident_GetExceptionInfo,diag::err_seh___except_filter);
H A DParseStmt.cpp368 Ident_GetExceptionInfo->setIsPoisoned(false);
375 Ident_GetExceptionInfo->setIsPoisoned(true);
/external/clang/lib/Lex/
H A DPreprocessor.cpp115 Ident_GetExceptionInfo = getIdentifierInfo("GetExceptionInformation");
125 Ident_GetExceptionInfo = Ident_GetExceptionCode = Ident_AbnormalTermination = 0;
499 Ident_GetExceptionInfo->setIsPoisoned(Poison);
/external/clang/include/clang/Lex/
H A DPreprocessor.h1028 *Ident_GetExceptionInfo; member in class:clang::Preprocessor
/external/clang/include/clang/Parse/
H A DParser.h127 *Ident_GetExceptionInfo; member in class:clang::Parser

Completed in 846 milliseconds