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.h366 PoisonIdentifierRAIIObject Ident___abnormal_termination; variable
377 Ident___abnormal_termination(Self.Ident___abnormal_termination, NewValue), in PoisonSEHIdentifiersRAIIObject()
H A DParser.h111 *Ident___abnormal_termination, variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp139 Ident___abnormal_termination = getIdentifierInfo("__abnormal_termination"); in Preprocessor()
144 Ident___exception_code = Ident___abnormal_termination = nullptr; in Preprocessor()
743 Ident___abnormal_termination->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp529 Ident___exception_info = Ident___abnormal_termination = nullptr; in Initialize()
541 Ident___abnormal_termination = PP.getIdentifierInfo("__abnormal_termination"); in Initialize()
551 PP.SetPoisonReason(Ident___abnormal_termination,diag::err_seh___finally_block); in Initialize()
H A DParseStmt.cpp585 raii2(Ident___abnormal_termination, false), in ParseSEHFinallyBlock()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h1931 *Ident___abnormal_termination, variable