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

References

tools/clang/lib/Sema/SemaExceptionSpec.cpp
  506   Old = S.ResolveExceptionSpec(NewLoc, Old);
  509   New = S.ResolveExceptionSpec(NewLoc, New);
  565     Old->getNoexceptExpr()->Profile(OldFSN, S.Context, true);
  566     New->getNoexceptExpr()->Profile(NewFSN, S.Context, true);
  579       OldTypes.insert(S.Context.getCanonicalType(I).getUnqualifiedType());
  582       CanQualType TypePtr = S.Context.getCanonicalType(I).getUnqualifiedType();
  598   if (S.getLangOpts().CPlusPlus11 && IsOperatorNew) {
  638   S.Diag(NewLoc, DiagID);
  640     S.Diag(OldLoc, NoteID);