Searched refs:ImplD (Results 1 – 6 of 6) sorted by relevance
53 ObjCPropertyImplDecl *ImplD; member55 PropData(ObjCPropertyDecl *propD) : PropD(propD), IvarD(0), ImplD(0) { } in PropData()102 I->ImplD = implD; in doTransform()157 if (I->ImplD) in rewriteAssign()159 I->ImplD->getLocation()); in rewriteAssign()180 if (I->ImplD) { in maybeAddWeakOrUnsafeUnretainedAttr()182 I->ImplD->getLocation()); in maybeAddWeakOrUnsafeUnretainedAttr()185 I->ImplD->getLocation()); in maybeAddWeakOrUnsafeUnretainedAttr()
362 if (ObjCImplementationDecl *ImplD = Ctx.getObjCImplementation(IFD)) in getNextRedeclaration() local363 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclaration()366 if (ObjCCategoryImplDecl *ImplD = Ctx.getObjCImplementation(CD)) in getNextRedeclaration() local367 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclaration()369 } else if (ObjCImplementationDecl *ImplD = in getNextRedeclaration() local371 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface()) in getNextRedeclaration()386 if (ObjCImplementationDecl *ImplD = dyn_cast<ObjCImplementationDecl>(CtxD)) { in getCanonicalDecl() local387 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface()) in getCanonicalDecl()599 void ObjCInterfaceDecl::setImplementation(ObjCImplementationDecl *ImplD) { in setImplementation() argument600 getASTContext().setObjCImplementation(this, ImplD); in setImplementation()[all …]
1185 ObjCImplementationDecl *ImplD) { in setObjCImplementation() argument1186 assert(IFaceD && ImplD && "Passed null params"); in setObjCImplementation()1187 ObjCImpls[IFaceD] = ImplD; in setObjCImplementation()1191 ObjCCategoryImplDecl *ImplD) { in setObjCImplementation() argument1192 assert(CatD && ImplD && "Passed null params"); in setObjCImplementation()1193 ObjCImpls[CatD] = ImplD; in setObjCImplementation()
1520 ObjCImplementationDecl *ImplD);1523 ObjCCategoryImplDecl *ImplD);
517 void setImplementation(ObjCImplementationDecl *ImplD);1043 void setImplementation(ObjCCategoryImplDecl *ImplD);
4149 if (ObjCImplDecl *ImplD = dyn_cast<ObjCImplDecl>(D)) in clang_getCanonicalCursor() local4150 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface()) in clang_getCanonicalCursor()