Home | History | Annotate | Download | only in AST

Lines Matching defs:OID

4971     const ObjCImplementationDecl *OID=cast<ObjCImplementationDecl>(Container);
4972 for (auto *PID : OID->property_impls())
5063 const ObjCIvarDecl *OID = SynthesizePID->getPropertyIvarDecl();
5065 S += OID->getNameAsString();