Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Parse/
DRAIIObjectsForParser.h363 PoisonIdentifierRAIIObject Ident__abnormal_termination; variable
374 Ident__abnormal_termination(Self.Ident__abnormal_termination, NewValue), in PoisonSEHIdentifiersRAIIObject()
DParser.h110 IdentifierInfo *Ident__abnormal_termination, variable
/external/clang/lib/Parse/
DRAIIObjectsForParser.h343 PoisonIdentifierRAIIObject Ident__abnormal_termination; variable
354 Ident__abnormal_termination(Self.Ident__abnormal_termination, NewValue), in PoisonSEHIdentifiersRAIIObject()
DParser.cpp500 Ident__abnormal_termination = Ident___exception_code = nullptr; in Initialize()
512 Ident__abnormal_termination = PP.getIdentifierInfo("_abnormal_termination"); in Initialize()
522 PP.SetPoisonReason(Ident__abnormal_termination,diag::err_seh___finally_block); in Initialize()
DParseStmt.cpp529 PoisonIdentifierRAIIObject raii(Ident__abnormal_termination, false), in ParseSEHFinallyBlock()
/external/clang/lib/Lex/
DPreprocessor.cpp133 Ident__abnormal_termination = getIdentifierInfo("_abnormal_termination"); in Preprocessor()
138 Ident__abnormal_termination = Ident___exception_info = nullptr; in Preprocessor()
588 Ident__abnormal_termination->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/external/llvm-project/clang/lib/Lex/
DPreprocessor.cpp142 Ident__abnormal_termination = getIdentifierInfo("_abnormal_termination"); in Preprocessor()
147 Ident__abnormal_termination = Ident___exception_info = nullptr; in Preprocessor()
746 Ident__abnormal_termination->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/external/llvm-project/clang/lib/Parse/
DParser.cpp526 Ident__abnormal_termination = Ident___exception_code = nullptr; in Initialize()
538 Ident__abnormal_termination = PP.getIdentifierInfo("_abnormal_termination"); in Initialize()
548 PP.SetPoisonReason(Ident__abnormal_termination,diag::err_seh___finally_block); in Initialize()
DParseStmt.cpp574 PoisonIdentifierRAIIObject raii(Ident__abnormal_termination, false), in ParseSEHFinallyBlock()
/external/clang/include/clang/Lex/
DPreprocessor.h1564 IdentifierInfo *Ident__abnormal_termination, variable
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h1925 IdentifierInfo *Ident__abnormal_termination, variable
/external/clang/include/clang/Parse/
DParser.h100 IdentifierInfo *Ident__abnormal_termination, variable