Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h396 PoisonIdentifierRAIIObject Ident_GetExceptionCode; variable
407 Ident_GetExceptionCode(Self.Ident_GetExceptionCode, NewValue), in PoisonSEHIdentifiersRAIIObject()
H A DParser.h558 *Ident_GetExceptionCode; variable
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp139 Ident_GetExceptionCode = getIdentifierInfo("GetExceptionCode"); in Preprocessor()
147 Ident_GetExceptionInfo = Ident_GetExceptionCode = nullptr; in Preprocessor()
759 Ident_GetExceptionCode->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp552 Ident_GetExceptionCode = Ident_GetExceptionInfo = nullptr; in Initialize()
561 Ident_GetExceptionCode = PP.getIdentifierInfo("GetExceptionCode"); in Initialize()
568 PP.SetPoisonReason(Ident_GetExceptionCode,diag::err_seh___except_block); in Initialize()
H A DParseStmt.cpp595 raii3(Ident_GetExceptionCode, false); in ParseSEHExceptBlock()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2350 *Ident_GetExceptionCode;