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.h367 PoisonIdentifierRAIIObject Ident___exception_code; variable
378 Ident___exception_code(Self.Ident___exception_code, NewValue), in PoisonSEHIdentifiersRAIIObject()
H A DParser.h103 *Ident___exception_code, variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp136 Ident___exception_code = getIdentifierInfo("__exception_code"); in Preprocessor()
144 Ident___exception_code = Ident___abnormal_termination = nullptr; in Preprocessor()
735 assert(Ident___exception_code && Ident___exception_info); in PoisonSEHIdentifiers()
737 Ident___exception_code->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp528 Ident__abnormal_termination = Ident___exception_code = nullptr; in Initialize()
538 Ident___exception_code = PP.getIdentifierInfo("__exception_code"); in Initialize()
545 PP.SetPoisonReason(Ident___exception_code,diag::err_seh___except_block); in Initialize()
H A DParseStmt.cpp533 raii2(Ident___exception_code, false), in ParseSEHExceptBlock()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h1923 *Ident___exception_code,