Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:PropDecl

6074       ObjCPropertyDecl *PropDecl = Properties[i];
6079 Result += PropDecl->getName(); Result += "\",";
6081 Context->getObjCEncodingForPropertyDecl(PropDecl, Container, PropertyTypeString);