Home | History | Annotate | Download | only in AST

Lines Matching refs:ObjCPropertyImplDecl

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