Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h362 PoisonIdentifierRAIIObject Ident_GetExceptionInfo; variable
373 Ident_GetExceptionInfo(Self.Ident_GetExceptionInfo, NewValue), in PoisonSEHIdentifiersRAIIObject()
H A DParser.h108 *Ident_GetExceptionInfo; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp134 Ident_GetExceptionInfo = getIdentifierInfo("GetExceptionInformation"); in Preprocessor()
145 Ident_GetExceptionInfo = Ident_GetExceptionCode = nullptr; in Preprocessor()
741 Ident_GetExceptionInfo->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp530 Ident_GetExceptionCode = Ident_GetExceptionInfo = nullptr; in Initialize()
536 Ident_GetExceptionInfo = PP.getIdentifierInfo("GetExceptionInformation"); in Initialize()
549 PP.SetPoisonReason(Ident_GetExceptionInfo,diag::err_seh___except_filter); in Initialize()
H A DParseStmt.cpp545 Ident_GetExceptionInfo->setIsPoisoned(false); in ParseSEHExceptBlock()
558 Ident_GetExceptionInfo->setIsPoisoned(true); in ParseSEHExceptBlock()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h1928 *Ident_GetExceptionInfo; variable