Home | History | Annotate | Download | only in AST

Lines Matching refs:ObjCPropertyImplDecl

80     void VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D);
1148 void DeclPrinter::VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *PID) {
1149 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize)