Home
last modified time | relevance | path

Searched refs:PropDecl (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp61 ObjCPropertyDecl *PropDecl = P->first; in VisitObjCMessageExpr() local
62 if (PropDecl->getSetterName() == ME->getSelector()) { in VisitObjCMessageExpr()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp1696 for (auto *PropDecl : PDecl->properties()) { in DiagnoseUnimplementedProperties() local
1697 if ((*LazyMap)[PropDecl->getIdentifier()]) in DiagnoseUnimplementedProperties()
1699 PropMap[PropDecl->getIdentifier()] = PropDecl; in DiagnoseUnimplementedProperties()
/external/clang/lib/Rewrite/Frontend/
DRewriteModernObjC.cpp6512 ObjCPropertyDecl *PropDecl = Properties[i]; in Write_prop_list_t_initializer() local
6517 Result += PropDecl->getName(); Result += "\","; in Write_prop_list_t_initializer()
6519 Context->getObjCEncodingForPropertyDecl(PropDecl, Container, PropertyTypeString); in Write_prop_list_t_initializer()