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

References

tools/clang/include/clang/Parse/RAIIObjectsForParser.h
  352       : Ident_AbnormalTermination(Self.Ident_AbnormalTermination, NewValue),
tools/clang/lib/Parse/ParseStmt.cpp
  563     raii3(Ident_AbnormalTermination, false);
tools/clang/lib/Parse/Parser.cpp
  501   Ident_AbnormalTermination = nullptr;
  512     Ident_AbnormalTermination    = PP.getIdentifierInfo("AbnormalTermination");
  522     PP.SetPoisonReason(Ident_AbnormalTermination,diag::err_seh___finally_block);