HomeSort by relevance Sort by last modified time
    Searched refs:ImplD (Results 1 - 9 of 9) 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;
228 if (I->ImplD)
230 I->ImplD->getLocation())
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 475 if (ObjCImplementationDecl *ImplD = Ctx.getObjCImplementation(IFD))
476 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
479 if (ObjCCategoryImplDecl *ImplD = Ctx.getObjCImplementation(CD))
480 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
482 } else if (ObjCImplementationDecl *ImplD =
484 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface())
505 if (ObjCImplementationDecl *ImplD = dyn_cast<ObjCImplementationDecl>(CtxD)) {
506 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface())
752 void ObjCInterfaceDecl::setImplementation(ObjCImplementationDecl *ImplD) {
753 getASTContext().setObjCImplementation(getDefinition(), ImplD);
    [all...]
ASTContext.cpp     [all...]
  /external/clang/tools/libclang/
CIndexHigh.cpp 83 if (ObjCImplDecl *ImplD = dyn_cast<ObjCImplDecl>(D)) {
84 if (ImplD->getClassInterface())
85 return getCanonical(ImplD->getClassInterface());
IndexingContext.cpp 732 ImplD = dyn_cast<ObjCImplementationDecl>(D)) {
733 return getEntityDecl(ImplD->getClassInterface());
    [all...]
CIndex.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
DeclObjC.h 662 void setImplementation(ObjCImplementationDecl *ImplD);
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 250 milliseconds