Home | History | Annotate | Download | only in AST

Lines Matching defs:OID

5348     const ObjCImplementationDecl *OID=cast<ObjCImplementationDecl>(Container);
5349 for (auto *PID : OID->property_impls())
5440 const ObjCIvarDecl *OID = SynthesizePID->getPropertyIvarDecl();
5442 S += OID->getNameAsString();