Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h370 PoisonIdentifierRAIIObject Ident___exception_code; variable
381 Ident___exception_code(Self.Ident___exception_code, NewValue), in PoisonSEHIdentifiersRAIIObject()
H A DParser.h103 *Ident___exception_code, variable
/llvm-project-15.0.7/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()
753 assert(Ident___exception_code && Ident___exception_info); in PoisonSEHIdentifiers()
755 Ident___exception_code->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParser.cpp530 Ident__abnormal_termination = Ident___exception_code = nullptr; in Initialize()
540 Ident___exception_code = PP.getIdentifierInfo("__exception_code"); in Initialize()
547 PP.SetPoisonReason(Ident___exception_code,diag::err_seh___except_block); in Initialize()
H A DParseStmt.cpp586 raii2(Ident___exception_code, false), in ParseSEHExceptBlock()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h2103 *Ident___exception_code,