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

References

tools/clang/include/clang/Parse/RAIIObjectsForParser.h
  354         Ident_GetExceptionInfo(Self.Ident_GetExceptionInfo, NewValue),
tools/clang/lib/Parse/ParseStmt.cpp
  522     Ident_GetExceptionInfo->setIsPoisoned(false);
  535     Ident_GetExceptionInfo->setIsPoisoned(true);
tools/clang/lib/Parse/Parser.cpp
  500   Ident_GetExceptionCode = Ident_GetExceptionInfo = nullptr;
  506     Ident_GetExceptionInfo       = PP.getIdentifierInfo("GetExceptionInformation");
  519     PP.SetPoisonReason(Ident_GetExceptionInfo,diag::err_seh___except_filter);