Searched refs:canModify (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp165 bool canModify(const Decl *D) { function in class:__anon1068::ObjCMigrateASTConsumer
169 return canModify(CatImpl->getCategoryDecl());
171 return canModify(Impl->getClassInterface());
173 return canModify(cast<Decl>(MD->getDeclContext()));
1858 if (canModify(CDecl))
1861 if (canModify(CatDecl))
1866 if (canModify(PDecl))
1872 canModify(ImpDecl))
1878 if (!canModify(ED))
1892 if (!canModify(T
[all...]

Completed in 59 milliseconds