Searched refs:Ident__abnormal_termination (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/clang/include/clang/Parse/ |
D | RAIIObjectsForParser.h | 363 PoisonIdentifierRAIIObject Ident__abnormal_termination; variable 374 Ident__abnormal_termination(Self.Ident__abnormal_termination, NewValue), in PoisonSEHIdentifiersRAIIObject()
|
D | Parser.h | 110 IdentifierInfo *Ident__abnormal_termination, variable
|
/external/clang/lib/Parse/ |
D | RAIIObjectsForParser.h | 343 PoisonIdentifierRAIIObject Ident__abnormal_termination; variable 354 Ident__abnormal_termination(Self.Ident__abnormal_termination, NewValue), in PoisonSEHIdentifiersRAIIObject()
|
D | Parser.cpp | 500 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()
|
D | ParseStmt.cpp | 529 PoisonIdentifierRAIIObject raii(Ident__abnormal_termination, false), in ParseSEHFinallyBlock()
|
/external/clang/lib/Lex/ |
D | Preprocessor.cpp | 133 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/ |
D | Preprocessor.cpp | 142 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/ |
D | Parser.cpp | 526 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()
|
D | ParseStmt.cpp | 574 PoisonIdentifierRAIIObject raii(Ident__abnormal_termination, false), in ParseSEHFinallyBlock()
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 1564 IdentifierInfo *Ident__abnormal_termination, variable
|
/external/llvm-project/clang/include/clang/Lex/ |
D | Preprocessor.h | 1925 IdentifierInfo *Ident__abnormal_termination, variable
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 100 IdentifierInfo *Ident__abnormal_termination, variable
|