Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h366 PoisonIdentifierRAIIObject Ident__abnormal_termination; variable
377 Ident__abnormal_termination(Self.Ident__abnormal_termination, NewValue), in PoisonSEHIdentifiersRAIIObject()
H A DParser.h110 IdentifierInfo *Ident__abnormal_termination, variable
/llvm-project-15.0.7/clang/lib/Lex/
H A DPreprocessor.cpp138 Ident__abnormal_termination = getIdentifierInfo("_abnormal_termination"); in Preprocessor()
143 Ident__abnormal_termination = Ident___exception_info = nullptr; in Preprocessor()
760 Ident__abnormal_termination->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()
542 Ident__abnormal_termination = PP.getIdentifierInfo("_abnormal_termination"); in Initialize()
552 PP.SetPoisonReason(Ident__abnormal_termination,diag::err_seh___finally_block); in Initialize()
H A DParseStmt.cpp637 PoisonIdentifierRAIIObject raii(Ident__abnormal_termination, false), in ParseSEHFinallyBlock()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h2110 IdentifierInfo *Ident__abnormal_termination, variable