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

  /external/clang/lib/ARCMigrate/
TransProperties.cpp 53 ObjCPropertyImplDecl *ImplD;
55 PropData(ObjCPropertyDecl *propD) : PropD(propD), IvarD(0), ImplD(0) { }
84 ObjCPropertyImplDecl *implD = *I;
85 if (implD->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize)
87 ObjCPropertyDecl *propD = implD->getPropertyDecl();
90 ObjCIvarDecl *ivarD = implD->getPropertyIvarDecl();
102 I->ImplD = implD;
157 if (I->ImplD)
159 I->ImplD->getLocation())
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 362 if (ObjCImplementationDecl *ImplD = Ctx.getObjCImplementation(IFD))
363 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
366 if (ObjCCategoryImplDecl *ImplD = Ctx.getObjCImplementation(CD))
367 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
369 } else if (ObjCImplementationDecl *ImplD =
371 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface())
386 if (ObjCImplementationDecl *ImplD = dyn_cast<ObjCImplementationDecl>(CtxD)) {
387 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface())
599 void ObjCInterfaceDecl::setImplementation(ObjCImplementationDecl *ImplD) {
600 getASTContext().setObjCImplementation(this, ImplD);
    [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
DeclObjC.h 517 void setImplementation(ObjCImplementationDecl *ImplD);
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 586 milliseconds