Home | History | Annotate | Download | only in AST

Lines Matching defs:OID

208       const ObjCInterfaceDecl *OID = cast<ObjCInterfaceDecl>(this);
210 for (const auto *Cat : OID->visible_categories()) {
217 for (const auto *I : OID->all_referenced_protocols())
222 if (const ObjCInterfaceDecl *superClass = OID->getSuperClass())
886 const ObjCInterfaceDecl *OID) {
891 if (OID) {
892 selfTy = Context.getObjCInterfaceType(OID);