Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h378 PoisonIdentifierRAIIObject Ident_GetExceptionInfo; variable
389 Ident_GetExceptionInfo(Self.Ident_GetExceptionInfo, NewValue), in PoisonSEHIdentifiersRAIIObject()
H A DParser.h110 *Ident_GetExceptionInfo; variable
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPreprocessor.cpp134 Ident_GetExceptionInfo = getIdentifierInfo("GetExceptionInformation"); in Preprocessor()
145 Ident_GetExceptionInfo = Ident_GetExceptionCode = nullptr; in Preprocessor()
755 Ident_GetExceptionInfo->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParser.cpp532 Ident_GetExceptionCode = Ident_GetExceptionInfo = nullptr; in Initialize()
538 Ident_GetExceptionInfo = PP.getIdentifierInfo("GetExceptionInformation"); in Initialize()
551 PP.SetPoisonReason(Ident_GetExceptionInfo,diag::err_seh___except_filter); in Initialize()
H A DParseStmt.cpp613 Ident_GetExceptionInfo->setIsPoisoned(false); in ParseSEHExceptBlock()
626 Ident_GetExceptionInfo->setIsPoisoned(true); in ParseSEHExceptBlock()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h2255 *Ident_GetExceptionInfo; variable