Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h364 PoisonIdentifierRAIIObject Ident__exception_code; variable
375 Ident__exception_code(Self.Ident__exception_code, NewValue), in PoisonSEHIdentifiersRAIIObject()
H A DParser.h102 IdentifierInfo *Ident__exception_code, variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp135 Ident__exception_code = getIdentifierInfo("_exception_code"); in Preprocessor()
142 Ident__exception_info = Ident__exception_code = nullptr; in Preprocessor()
734 assert(Ident__exception_code && Ident__exception_info); in PoisonSEHIdentifiers()
736 Ident__exception_code->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp527 Ident__exception_code = Ident__exception_info = nullptr; in Initialize()
537 Ident__exception_code = PP.getIdentifierInfo("_exception_code"); in Initialize()
544 PP.SetPoisonReason(Ident__exception_code,diag::err_seh___except_block); in Initialize()
H A DParseStmt.cpp532 PoisonIdentifierRAIIObject raii(Ident__exception_code, false), in ParseSEHExceptBlock()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h1922 IdentifierInfo *Ident__exception_code,