Searched refs:Ident___exception_code (Results 1 – 12 of 12) sorted by relevance
| /external/llvm-project/clang/include/clang/Parse/ |
| D | RAIIObjectsForParser.h | 367 PoisonIdentifierRAIIObject Ident___exception_code; variable 378 Ident___exception_code(Self.Ident___exception_code, NewValue), in PoisonSEHIdentifiersRAIIObject()
|
| D | Parser.h | 103 *Ident___exception_code, variable
|
| /external/clang/lib/Parse/ |
| D | RAIIObjectsForParser.h | 347 PoisonIdentifierRAIIObject Ident___exception_code; variable 358 Ident___exception_code(Self.Ident___exception_code, NewValue), in PoisonSEHIdentifiersRAIIObject()
|
| D | Parser.cpp | 500 Ident__abnormal_termination = Ident___exception_code = nullptr; in Initialize() 510 Ident___exception_code = PP.getIdentifierInfo("__exception_code"); in Initialize() 517 PP.SetPoisonReason(Ident___exception_code,diag::err_seh___except_block); in Initialize()
|
| D | ParseStmt.cpp | 478 raii2(Ident___exception_code, false), in ParseSEHExceptBlock()
|
| /external/clang/lib/Lex/ |
| D | Preprocessor.cpp | 131 Ident___exception_code = getIdentifierInfo("__exception_code"); in Preprocessor() 139 Ident___exception_code = Ident___abnormal_termination = nullptr; in Preprocessor() 581 assert(Ident___exception_code && Ident___exception_info); in PoisonSEHIdentifiers() 583 Ident___exception_code->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
|
| /external/llvm-project/clang/lib/Lex/ |
| D | Preprocessor.cpp | 140 Ident___exception_code = getIdentifierInfo("__exception_code"); in Preprocessor() 148 Ident___exception_code = Ident___abnormal_termination = nullptr; in Preprocessor() 739 assert(Ident___exception_code && Ident___exception_info); in PoisonSEHIdentifiers() 741 Ident___exception_code->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
|
| /external/llvm-project/clang/lib/Parse/ |
| D | Parser.cpp | 526 Ident__abnormal_termination = Ident___exception_code = nullptr; in Initialize() 536 Ident___exception_code = PP.getIdentifierInfo("__exception_code"); in Initialize() 543 PP.SetPoisonReason(Ident___exception_code,diag::err_seh___except_block); in Initialize()
|
| D | ParseStmt.cpp | 523 raii2(Ident___exception_code, false), in ParseSEHExceptBlock()
|
| /external/clang/include/clang/Lex/ |
| D | Preprocessor.h | 1557 *Ident___exception_code,
|
| /external/llvm-project/clang/include/clang/Lex/ |
| D | Preprocessor.h | 1918 *Ident___exception_code,
|
| /external/clang/include/clang/Parse/ |
| D | Parser.h | 93 *Ident___exception_code, variable
|