Searched defs:PropDecl (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp61 ObjCPropertyDecl *PropDecl = P->first; local
62 if (PropDecl->getSetterName() == ME->getSelector()) {
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp6572 ObjCPropertyDecl *PropDecl = Properties[i]; local
6577 Result += PropDecl->getName(); Result += "\",";
6579 Context->getObjCEncodingForPropertyDecl(PropDecl, Container, PropertyTypeString);

Completed in 84 milliseconds