/aosp_15_r20/external/clang/lib/Parse/ |
H A D | RAIIObjectsForParser.h | 344 PoisonIdentifierRAIIObject Ident__exception_code; variable 355 Ident__exception_code(Self.Ident__exception_code, NewValue), in PoisonSEHIdentifiersRAIIObject()
|
H A D | Parser.cpp | 499 Ident__exception_code = Ident__exception_info = nullptr; in Initialize() 509 Ident__exception_code = PP.getIdentifierInfo("_exception_code"); in Initialize() 516 PP.SetPoisonReason(Ident__exception_code,diag::err_seh___except_block); in Initialize()
|
H A D | ParseStmt.cpp | 477 PoisonIdentifierRAIIObject raii(Ident__exception_code, false), in ParseSEHExceptBlock()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Parse/ |
D | RAIIObjectsForParser.h | 399 PoisonIdentifierRAIIObject Ident__exception_code; variable 410 Ident__exception_code(Self.Ident__exception_code, NewValue), in PoisonSEHIdentifiersRAIIObject()
|
D | Parser.h | 97 IdentifierInfo *Ident__exception_code, variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Parse/ |
D | RAIIObjectsForParser.h | 399 PoisonIdentifierRAIIObject Ident__exception_code; variable 410 Ident__exception_code(Self.Ident__exception_code, NewValue), in PoisonSEHIdentifiersRAIIObject()
|
D | Parser.h | 98 IdentifierInfo *Ident__exception_code, variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Parse/ |
D | RAIIObjectsForParser.h | 399 PoisonIdentifierRAIIObject Ident__exception_code; variable 410 Ident__exception_code(Self.Ident__exception_code, NewValue), in PoisonSEHIdentifiersRAIIObject()
|
D | Parser.h | 98 IdentifierInfo *Ident__exception_code, variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Parse/ |
D | RAIIObjectsForParser.h | 399 PoisonIdentifierRAIIObject Ident__exception_code; variable 410 Ident__exception_code(Self.Ident__exception_code, NewValue), in PoisonSEHIdentifiersRAIIObject()
|
D | Parser.h | 100 IdentifierInfo *Ident__exception_code, variable
|
/aosp_15_r20/external/clang/lib/Lex/ |
H A D | Preprocessor.cpp | 130 Ident__exception_code = getIdentifierInfo("_exception_code"); in Preprocessor() 137 Ident__exception_info = Ident__exception_code = nullptr; in Preprocessor() 580 assert(Ident__exception_code && Ident__exception_info); in PoisonSEHIdentifiers() 582 Ident__exception_code->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
|
/aosp_15_r20/external/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 1556 IdentifierInfo *Ident__exception_code,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/ |
D | Preprocessor.h | 2247 IdentifierInfo *Ident__exception_code,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Lex/ |
D | Preprocessor.h | 2257 IdentifierInfo *Ident__exception_code,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Lex/ |
D | Preprocessor.h | 2258 IdentifierInfo *Ident__exception_code,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Lex/ |
D | Preprocessor.h | 2257 IdentifierInfo *Ident__exception_code,
|
/aosp_15_r20/external/clang/include/clang/Parse/ |
H A D | Parser.h | 92 IdentifierInfo *Ident__exception_code, variable
|