Home | History | Annotate | Download | only in Rewrite

Lines Matching defs:PropDecl

6462       ObjCPropertyDecl *PropDecl = Properties[i];
6467 Result += PropDecl->getName(); Result += "\",";
6469 Context->getObjCEncodingForPropertyDecl(PropDecl, Container, PropertyTypeString);