Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDRAIIObjectsForParser.h343 PoisonIdentifierRAIIObject Ident__abnormal_termination; variable
354 Ident__abnormal_termination(Self.Ident__abnormal_termination, NewValue), in PoisonSEHIdentifiersRAIIObject()
HDParser.cpp497 Ident__abnormal_termination = Ident___exception_code = nullptr; in Initialize()
509 Ident__abnormal_termination = PP.getIdentifierInfo("_abnormal_termination"); in Initialize()
519 PP.SetPoisonReason(Ident__abnormal_termination,diag::err_seh___finally_block); in Initialize()
HDParseStmt.cpp508 PoisonIdentifierRAIIObject raii(Ident__abnormal_termination, false), in ParseSEHFinallyBlock()
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPreprocessor.cpp130 Ident__abnormal_termination = getIdentifierInfo("_abnormal_termination"); in Preprocessor()
135 Ident__abnormal_termination = Ident___exception_info = nullptr; in Preprocessor()
580 Ident__abnormal_termination->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDPreprocessor.h1531 IdentifierInfo *Ident__abnormal_termination, variable
/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h100 IdentifierInfo *Ident__abnormal_termination, variable