Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
DRAIIObjectsForParser.h336 PoisonIdentifierRAIIObject Ident_GetExceptionInfo; variable
347 Ident_GetExceptionInfo(Self.Ident_GetExceptionInfo, NewValue), in PoisonSEHIdentifiersRAIIObject()
DParser.cpp522 Ident_GetExceptionCode = Ident_GetExceptionInfo = Ident_AbnormalTermination = 0; in Initialize()
527 Ident_GetExceptionInfo = PP.getIdentifierInfo("GetExceptionInformation"); in Initialize()
540 PP.SetPoisonReason(Ident_GetExceptionInfo,diag::err_seh___except_filter); in Initialize()
DParseStmt.cpp460 Ident_GetExceptionInfo->setIsPoisoned(false); in ParseSEHExceptBlock()
467 Ident_GetExceptionInfo->setIsPoisoned(true); in ParseSEHExceptBlock()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
DPreprocessor.cpp122 Ident_GetExceptionInfo = getIdentifierInfo("GetExceptionInformation"); in Preprocessor()
132 Ident_GetExceptionInfo = Ident_GetExceptionCode = Ident_AbnormalTermination = 0; in Preprocessor()
593 Ident_GetExceptionInfo->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
DPreprocessor.h1153 *Ident_GetExceptionInfo; variable
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Parse/
DParser.h97 *Ident_GetExceptionInfo; variable