Searched refs:PropDecl (Results 1 - 3 of 3) 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/Sema/
H A DSemaObjCProperty.cpp1696 for (auto *PropDecl : PDecl->properties()) {
1697 if ((*LazyMap)[PropDecl->getIdentifier()])
1699 PropMap[PropDecl->getIdentifier()] = PropDecl;
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp6512 ObjCPropertyDecl *PropDecl = Properties[i]; local
6517 Result += PropDecl->getName(); Result += "\",";
6519 Context->getObjCEncodingForPropertyDecl(PropDecl, Container, PropertyTypeString);

Completed in 190 milliseconds