Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h343 PoisonIdentifierRAIIObject Ident_GetExceptionCode; variable
354 Ident_GetExceptionCode(Self.Ident_GetExceptionCode, NewValue), in PoisonSEHIdentifiersRAIIObject()
H A DParser.h97 *Ident_GetExceptionCode; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessor.cpp138 Ident_GetExceptionCode = getIdentifierInfo("GetExceptionCode"); in Preprocessor()
146 Ident_GetExceptionInfo = Ident_GetExceptionCode = nullptr; in Preprocessor()
719 Ident_GetExceptionCode->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParser.cpp491 Ident_GetExceptionCode = Ident_GetExceptionInfo = nullptr; in Initialize()
500 Ident_GetExceptionCode = PP.getIdentifierInfo("GetExceptionCode"); in Initialize()
507 PP.SetPoisonReason(Ident_GetExceptionCode,diag::err_seh___except_block); in Initialize()
H A DParseStmt.cpp496 raii3(Ident_GetExceptionCode, false); in ParseSEHExceptBlock()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h1767 *Ident_GetExceptionCode;