HomeSort by relevance Sort by last modified time
    Searched defs:ImplD (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/ARCMigrate/
TransProperties.cpp 62 ObjCPropertyImplDecl *ImplD;
64 PropData(ObjCPropertyDecl *propD) : PropD(propD), IvarD(0), ImplD(0) { }
105 ObjCPropertyImplDecl *implD = *I;
106 if (implD->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize)
108 ObjCPropertyDecl *propD = implD->getPropertyDecl();
111 ObjCIvarDecl *ivarD = implD->getPropertyIvarDecl();
123 I->ImplD = implD;
230 if (I->ImplD)
259 if (I->ImplD)
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 559 if (ObjCImplementationDecl *ImplD = Ctx.getObjCImplementation(IFD))
560 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
563 if (ObjCCategoryImplDecl *ImplD = Ctx.getObjCImplementation(CD))
564 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
566 } else if (ObjCImplementationDecl *ImplD =
568 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface())
589 if (ObjCImplementationDecl *ImplD = dyn_cast<ObjCImplementationDecl>(CtxD)) {
590 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface())
    [all...]

Completed in 93 milliseconds