Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCPropertyChecker.cpp56 const ObjCImplDecl *ImplD = nullptr; in checkCopyMutable() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp508 for (const auto *MD : ImplD->instance_methods()) { 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)) { getCanonicalDecl() local
1648 setImplementation(ObjCImplementationDecl * ImplD) setImplementation() argument
2174 setImplementation(ObjCCategoryImplDecl * ImplD) setImplementation() argument
2231 if (auto *ImplD = dyn_cast_or_null<ObjCImplementationDecl>(this)) { setClassInterface() local
2235 } else if (auto *ImplD = dyn_cast_or_null<ObjCCategoryImplDecl>(this)) { setClassInterface() local
[all...]
H A DASTContext.cpp2888 setObjCImplementation(ObjCInterfaceDecl * IFaceD,ObjCImplementationDecl * ImplD) setObjCImplementation() argument
2895 setObjCImplementation(ObjCCategoryDecl * CatD,ObjCCategoryImplDecl * ImplD) setObjCImplementation() argument
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp190 auto &ImplD = in getPerDylibResources() local
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProperties.cpp61 ObjCPropertyImplDecl *ImplD; member
H A DObjCMT.cpp1694 inferDesignatedInitializers(ASTContext & Ctx,const ObjCImplementationDecl * ImplD) inferDesignatedInitializers() argument
1925 ImplD = dyn_cast<ObjCImplementationDecl>(*D)) { HandleTranslationUnit() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp2316 DiagnoseMissingDesignatedInitOverrides(const ObjCImplementationDecl * ImplD,const ObjCInterfaceDecl * IFD) DiagnoseMissingDesignatedInitOverrides() argument
H A DSemaDeclObjC.cpp5340 DiagnoseUnusedBackingIvarInAccessor(Scope * S,const ObjCImplementationDecl * ImplD) DiagnoseUnusedBackingIvarInAccessor() argument
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8016 PassObjCImplDeclToConsumer(ObjCImplDecl * ImplD,ASTConsumer * Consumer) PassObjCImplDeclToConsumer() argument
8027 if (ObjCImplDecl *ImplD = dyn_cast<ObjCImplDecl>(D)) PassInterestingDeclToConsumer() local