reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Parse/RAIIObjectsForParser.h
  356         Ident__exception_code(Self.Ident__exception_code, NewValue),
tools/clang/lib/Parse/ParseStmt.cpp
  509   PoisonIdentifierRAIIObject raii(Ident__exception_code, false),
tools/clang/lib/Parse/Parser.cpp
  497   Ident__exception_code = Ident__exception_info = nullptr;
  507     Ident__exception_code        = PP.getIdentifierInfo("_exception_code");
  514     PP.SetPoisonReason(Ident__exception_code,diag::err_seh___except_block);