Home | History | Annotate | Download | only in AST

Lines Matching refs:ObjCPropertyImplDecl

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