Home | History | Annotate | Download | only in Frontend

Lines Matching refs:PropDecl

6512       ObjCPropertyDecl *PropDecl = Properties[i];
6517 Result += PropDecl->getName(); Result += "\",";
6519 Context->getObjCEncodingForPropertyDecl(PropDecl, Container, PropertyTypeString);