Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DRAIIObjectsForParser.h335 PoisonIdentifierRAIIObject Ident_GetExceptionCode; variable
346 Ident_GetExceptionCode(Self.Ident_GetExceptionCode, NewValue), in PoisonSEHIdentifiersRAIIObject()
H A DParser.cpp462 Ident_GetExceptionCode = Ident_GetExceptionInfo = nullptr; in Initialize()
471 Ident_GetExceptionCode = PP.getIdentifierInfo("GetExceptionCode"); in Initialize()
478 PP.SetPoisonReason(Ident_GetExceptionCode,diag::err_seh___except_block); in Initialize()
H A DParseStmt.cpp464 raii3(Ident_GetExceptionCode, false); in ParseSEHExceptBlock()
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp128 Ident_GetExceptionCode = getIdentifierInfo("GetExceptionCode"); in Preprocessor()
136 Ident_GetExceptionInfo = Ident_GetExceptionCode = nullptr; in Preprocessor()
567 Ident_GetExceptionCode->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h1256 *Ident_GetExceptionCode;
/minix3/external/bsd/llvm/dist/clang/include/clang/Parse/
H A DParser.h92 *Ident_GetExceptionCode; variable