Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h363 PoisonIdentifierRAIIObject Ident__abnormal_termination; variable
374 Ident__abnormal_termination(Self.Ident__abnormal_termination, NewValue), in PoisonSEHIdentifiersRAIIObject()
H A DParser.h110 IdentifierInfo *Ident__abnormal_termination, variable
/netbsd-src/external/apache2/llvm/dist/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()
742 Ident__abnormal_termination->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()
540 Ident__abnormal_termination = PP.getIdentifierInfo("_abnormal_termination"); in Initialize()
550 PP.SetPoisonReason(Ident__abnormal_termination,diag::err_seh___finally_block); in Initialize()
H A DParseStmt.cpp584 PoisonIdentifierRAIIObject raii(Ident__abnormal_termination, false), in ParseSEHFinallyBlock()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h1930 IdentifierInfo *Ident__abnormal_termination, variable