Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h398 PoisonIdentifierRAIIObject Ident__abnormal_termination; variable
409 Ident__abnormal_termination(Self.Ident__abnormal_termination, NewValue), in PoisonSEHIdentifiersRAIIObject()
H A DParser.h106 IdentifierInfo *Ident__abnormal_termination, variable
/freebsd/contrib/llvm-project/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()
743 Ident__abnormal_termination->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp546 Ident__abnormal_termination = Ident___exception_code = nullptr; in Initialize()
558 Ident__abnormal_termination = PP.getIdentifierInfo("_abnormal_termination"); in Initialize()
568 PP.SetPoisonReason(Ident__abnormal_termination,diag::err_seh___finally_block); in Initialize()
H A DParseStmt.cpp680 PoisonIdentifierRAIIObject raii(Ident__abnormal_termination, false), in ParseSEHFinallyBlock()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2255 IdentifierInfo *Ident__abnormal_termination, variable