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

References

tools/clang/lib/Sema/SemaCast.cpp
  599   if (!CheckCVR && CheckObjCLifetime && !Self.Context.getLangOpts().ObjC)
  611   QualType UnwrappedSrcType = Self.Context.getCanonicalType(SrcType),
  612            UnwrappedDestType = Self.Context.getCanonicalType(DestType);
  622              Self.Context, UnwrappedSrcType, UnwrappedDestType)) {
  630     Self.Context.getUnqualifiedArrayType(UnwrappedSrcType, SrcQuals);
  631     Self.Context.getUnqualifiedArrayType(UnwrappedDestType, DestQuals);