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

References

tools/clang/lib/Sema/SemaDeclObjC.cpp
  837       diagLoc = S.getLocForEndOfToken(newTypeParams->back()->getEndLoc());
  840     S.Diag(diagLoc, diag::err_objc_type_param_arity_mismatch)
  876           auto diag = S.Diag(diagLoc,
  905         S.Diag(prevTypeParam->getLocation(), diag::note_objc_type_param_here)
  914     if (S.Context.hasSameType(prevTypeParam->getUnderlyingType(),
  923       S.Diag(newBoundRange.getBegin(), diag::err_objc_type_param_bound_conflict)
  933                S.Context.getPrintingPolicy()));
  935       S.Diag(prevTypeParam->getLocation(), diag::note_objc_type_param_here)
  941         S.Context.getTrivialTypeSourceInfo(prevTypeParam->getUnderlyingType()));
  952         = S.getLocForEndOfToken(newTypeParam->getLocation());
  955                     S.Context.getPrintingPolicy());
  956       S.Diag(newTypeParam->getLocation(),
  963       S.Diag(prevTypeParam->getLocation(), diag::note_objc_type_param_here)
  969       S.Context.getTrivialTypeSourceInfo(prevTypeParam->getUnderlyingType()));