Home | History | Annotate | Download | only in AST

Lines Matching refs:ObjCPropertyImplDecl

89     void VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D);
1310 void DeclPrinter::VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *PID) {
1311 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize)