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

References

tools/clang/lib/ARCMigrate/ObjCMT.cpp
  180       return canModify(CatImpl->getCategoryDecl());
  182       return canModify(Impl->getClassInterface());
  184       return canModify(cast<Decl>(MD->getDeclContext()));
 1865         if (canModify(CDecl))
 1868         if (canModify(CatDecl))
 1873         if (canModify(PDecl))
 1879             canModify(ImpDecl))
 1885         if (!canModify(ED))
 1899         if (!canModify(TD))
 1905           if (canModify(ED)) {
 1925             canModify(FD))
 1930         bool CanModify = canModify(CDecl);
 1944             canModify(ImplD))