Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
DObjCPropertyChecker.cpp56 const ObjCImplDecl *ImplD = nullptr; in checkCopyMutable() local
/openbsd/src/gnu/llvm/clang/lib/AST/
DDeclObjC.cpp508 if (const auto *ImplD = D->getImplementation()) { in isIntroducingInitializers() local
975 if (ObjCImplementationDecl *ImplD = Ctx.getObjCImplementation(IFD)) in getNextRedeclarationImpl() local
980 if (ObjCCategoryImplDecl *ImplD = Ctx.getObjCImplementation(CD)) in getNextRedeclarationImpl() local
984 } else if (auto *ImplD = dyn_cast<ObjCImplementationDecl>(CtxD)) { in getNextRedeclarationImpl() local
1016 if (auto *ImplD = dyn_cast<ObjCImplementationDecl>(CtxD)) { in getCanonicalDecl() local
1648 void ObjCInterfaceDecl::setImplementation(ObjCImplementationDecl *ImplD) { in setImplementation()
2174 void ObjCCategoryDecl::setImplementation(ObjCCategoryImplDecl *ImplD) { in setImplementation()
2231 if (auto *ImplD = dyn_cast_or_null<ObjCImplementationDecl>(this)) { in setClassInterface() local
2235 } else if (auto *ImplD = dyn_cast_or_null<ObjCCategoryImplDecl>(this)) { in setClassInterface() local
DASTContext.cpp2927 ObjCImplementationDecl *ImplD) { in setObjCImplementation()
2934 ObjCCategoryImplDecl *ImplD) { in setObjCImplementation()
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DCompileOnDemandLayer.cpp190 auto &ImplD = in getPerDylibResources() local
/openbsd/src/gnu/llvm/clang/lib/ARCMigrate/
DTransProperties.cpp61 ObjCPropertyImplDecl *ImplD; member
DObjCMT.cpp1697 const ObjCImplementationDecl *ImplD) { in inferDesignatedInitializers()
1928 ImplD = dyn_cast<ObjCImplementationDecl>(*D)) { in HandleTranslationUnit() local
/openbsd/src/gnu/llvm/clang/tools/libclang/
DCIndexHigh.cpp84 if (const ObjCImplDecl *ImplD = dyn_cast<ObjCImplDecl>(D)) { in getCanonical() local
DCXIndexDataConsumer.cpp1048 ImplD = dyn_cast<ObjCImplementationDecl>(D)) { in getEntityDecl() local
DCIndex.cpp6907 if (const ObjCImplDecl *ImplD = dyn_cast<ObjCImplDecl>(D)) in clang_getCanonicalCursor() local
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaObjCProperty.cpp2317 const ObjCImplementationDecl *ImplD, in DiagnoseMissingDesignatedInitOverrides()
DSemaDeclObjC.cpp5340 const ObjCImplementationDecl *ImplD) { in DiagnoseUnusedBackingIvarInAccessor()
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTReader.cpp7796 static void PassObjCImplDeclToConsumer(ObjCImplDecl *ImplD, in PassObjCImplDeclToConsumer()
7807 if (ObjCImplDecl *ImplD = dyn_cast<ObjCImplDecl>(D)) in PassInterestingDeclToConsumer() local