Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h361 PoisonIdentifierRAIIObject Ident_GetExceptionCode; variable
372 Ident_GetExceptionCode(Self.Ident_GetExceptionCode, NewValue), in PoisonSEHIdentifiersRAIIObject()
H A DParser.h104 *Ident_GetExceptionCode; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp137 Ident_GetExceptionCode = getIdentifierInfo("GetExceptionCode"); in Preprocessor()
145 Ident_GetExceptionInfo = Ident_GetExceptionCode = nullptr; in Preprocessor()
738 Ident_GetExceptionCode->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp530 Ident_GetExceptionCode = Ident_GetExceptionInfo = nullptr; in Initialize()
539 Ident_GetExceptionCode = PP.getIdentifierInfo("GetExceptionCode"); in Initialize()
546 PP.SetPoisonReason(Ident_GetExceptionCode,diag::err_seh___except_block); in Initialize()
H A DParseStmt.cpp534 raii3(Ident_GetExceptionCode, false); in ParseSEHExceptBlock()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h1924 *Ident_GetExceptionCode;