Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclObjC.cpp476 if (const auto *ImplD = D->getImplementation()) { in isIntroducingInitializers() local
851 if (ObjCImplementationDecl *ImplD = Ctx.getObjCImplementation(IFD)) in getNextRedeclarationImpl() local
856 if (ObjCCategoryImplDecl *ImplD = Ctx.getObjCImplementation(CD)) in getNextRedeclarationImpl() local
860 } else if (ObjCImplementationDecl *ImplD = in getNextRedeclarationImpl() local
886 if (ObjCImplementationDecl *ImplD = dyn_cast<ObjCImplementationDecl>(CtxD)) { in getCanonicalDecl() local
1494 void ObjCInterfaceDecl::setImplementation(ObjCImplementationDecl *ImplD) { in setImplementation()
1959 void ObjCCategoryDecl::setImplementation(ObjCCategoryImplDecl *ImplD) { in setImplementation()
2018 if (ObjCImplementationDecl *ImplD in setClassInterface() local
2023 } else if (ObjCCategoryImplDecl *ImplD = in setClassInterface() local
DASTContext.cpp2055 ObjCImplementationDecl *ImplD) { in setObjCImplementation()
2061 ObjCCategoryImplDecl *ImplD) { in setObjCImplementation()
/external/clang/lib/Index/
DIndexDecl.cpp330 auto *ImplD = cast<ObjCImplDecl>(D->getDeclContext()); in VisitObjCPropertyImplDecl() local
/external/clang/lib/ARCMigrate/
DTransProperties.cpp62 ObjCPropertyImplDecl *ImplD; member
DObjCMT.cpp1709 const ObjCImplementationDecl *ImplD) { in inferDesignatedInitializers()
1933 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
DCXIndexDataConsumer.cpp1039 ImplD = dyn_cast<ObjCImplementationDecl>(D)) { in getEntityDecl() local
DCIndex.cpp5804 if (const ObjCImplDecl *ImplD = dyn_cast<ObjCImplDecl>(D)) in clang_getCanonicalCursor() local
/external/clang/lib/Sema/
DSemaObjCProperty.cpp2095 const ObjCImplementationDecl *ImplD, in DiagnoseMissingDesignatedInitOverrides()
DSemaDeclObjC.cpp4757 const ObjCImplementationDecl *ImplD) { in DiagnoseUnusedBackingIvarInAccessor()
/external/clang/lib/Serialization/
DASTReader.cpp6699 static void PassObjCImplDeclToConsumer(ObjCImplDecl *ImplD, in PassObjCImplDeclToConsumer()
6735 if (ObjCImplDecl *ImplD = dyn_cast<ObjCImplDecl>(D)) in PassInterestingDeclToConsumer() local