Home
last modified time | relevance | path

Searched defs:ImplD (Results 1 – 10 of 10) sorted by relevance

/external/clang/lib/AST/
DDeclObjC.cpp367 if (const auto *ImplD = D->getImplementation()) { in isIntroducingInitializers() local
736 if (ObjCImplementationDecl *ImplD = Ctx.getObjCImplementation(IFD)) in getNextRedeclarationImpl() local
741 if (ObjCCategoryImplDecl *ImplD = Ctx.getObjCImplementation(CD)) in getNextRedeclarationImpl() local
745 } else if (ObjCImplementationDecl *ImplD = in getNextRedeclarationImpl() local
771 if (ObjCImplementationDecl *ImplD = dyn_cast<ObjCImplementationDecl>(CtxD)) { in getCanonicalDecl() local
1215 void ObjCInterfaceDecl::setImplementation(ObjCImplementationDecl *ImplD) { in setImplementation()
1648 void ObjCCategoryDecl::setImplementation(ObjCCategoryImplDecl *ImplD) { in setImplementation()
1698 if (ObjCImplementationDecl *ImplD in setClassInterface() local
1703 } else if (ObjCCategoryImplDecl *ImplD = in setClassInterface() local
DASTContext.cpp1920 ObjCImplementationDecl *ImplD) { in setObjCImplementation()
1926 ObjCCategoryImplDecl *ImplD) { in setObjCImplementation()
/external/clang/lib/ARCMigrate/
DTransProperties.cpp62 ObjCPropertyImplDecl *ImplD; member
DObjCMT.cpp1584 const ObjCImplementationDecl *ImplD) { in inferDesignatedInitializers()
1791 ImplD = dyn_cast<ObjCImplementationDecl>(*D)) { in HandleTranslationUnit() local
/external/clang/tools/libclang/
DCIndexHigh.cpp85 if (const ObjCImplDecl *ImplD = dyn_cast<ObjCImplDecl>(D)) { in getCanonical() local
DIndexingContext.cpp818 ImplD = dyn_cast<ObjCImplementationDecl>(D)) { in getEntityDecl() local
DCIndex.cpp4918 if (const ObjCImplDecl *ImplD = dyn_cast<ObjCImplDecl>(D)) in clang_getCanonicalCursor() local
/external/clang/lib/Sema/
DSemaObjCProperty.cpp1859 const ObjCImplementationDecl *ImplD, in DiagnoseMissingDesignatedInitOverrides()
DSemaDeclObjC.cpp3519 const ObjCImplementationDecl *ImplD) { in DiagnoseUnusedBackingIvarInAccessor()
/external/clang/lib/Serialization/
DASTReader.cpp6570 static void PassObjCImplDeclToConsumer(ObjCImplDecl *ImplD, in PassObjCImplDeclToConsumer()
6600 if (ObjCImplDecl *ImplD = dyn_cast<ObjCImplDecl>(D)) in PassInterestingDeclToConsumer() local