Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDRAIIObjectsForParser.h342 PoisonIdentifierRAIIObject Ident_GetExceptionInfo; variable
353 Ident_GetExceptionInfo(Self.Ident_GetExceptionInfo, NewValue), in PoisonSEHIdentifiersRAIIObject()
HDParser.cpp499 Ident_GetExceptionCode = Ident_GetExceptionInfo = nullptr; in Initialize()
505 Ident_GetExceptionInfo = PP.getIdentifierInfo("GetExceptionInformation"); in Initialize()
518 PP.SetPoisonReason(Ident_GetExceptionInfo,diag::err_seh___except_filter); in Initialize()
HDParseStmt.cpp469 Ident_GetExceptionInfo->setIsPoisoned(false); in ParseSEHExceptBlock()
482 Ident_GetExceptionInfo->setIsPoisoned(true); in ParseSEHExceptBlock()
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPreprocessor.cpp126 Ident_GetExceptionInfo = getIdentifierInfo("GetExceptionInformation"); in Preprocessor()
137 Ident_GetExceptionInfo = Ident_GetExceptionCode = nullptr; in Preprocessor()
579 Ident_GetExceptionInfo->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDPreprocessor.h1529 *Ident_GetExceptionInfo; variable
/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h98 *Ident_GetExceptionInfo; variable