Home
last modified time | relevance | path

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

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCPropertyChecker.cpp56 const ObjCImplDecl *ImplD = nullptr; in checkCopyMutable() local
/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp975 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl() local
980 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl() local
507 if (const auto *ImplD = D->getImplementation()) { isIntroducingInitializers() local
984 } else if (auto *ImplD = dyn_cast<ObjCImplementationDecl>(CtxD)) { getNextRedeclarationImpl() local
1016 if (auto *ImplD = dyn_cast<ObjCImplementationDecl>(CtxD)) { getCanonicalDecl() local
1642 setImplementation(ObjCImplementationDecl * ImplD) setImplementation() argument
2163 setImplementation(ObjCCategoryImplDecl * ImplD) setImplementation() argument
2217 if (auto *ImplD = dyn_cast_or_null<ObjCImplementationDecl>(this)) { setClassInterface() local
2221 } else if (auto *ImplD = dyn_cast_or_null<ObjCCategoryImplDecl>(this)) { setClassInterface() local
[all...]
H A DASTContext.cpp2938 setObjCImplementation(ObjCInterfaceDecl * IFaceD,ObjCImplementationDecl * ImplD) setObjCImplementation() argument
2945 setObjCImplementation(ObjCCategoryDecl * CatD,ObjCCategoryImplDecl * ImplD) setObjCImplementation() argument
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp190 auto &ImplD = getPerDylibResources() local
/llvm-project/clang/lib/ARCMigrate/
H A DTransProperties.cpp61 ObjCPropertyImplDecl *ImplD; member
H A DObjCMT.cpp1695 inferDesignatedInitializers(ASTContext & Ctx,const ObjCImplementationDecl * ImplD) inferDesignatedInitializers() argument
1926 ImplD = dyn_cast<ObjCImplementationDecl>(*D)) { HandleTranslationUnit() local
/llvm-project/clang/tools/libclang/
H A DCIndexHigh.cpp85 if (const ObjCImplDecl *ImplD = dyn_cast<ObjCImplDecl>(D)) { in getCanonical() local
H A DCXIndexDataConsumer.cpp1039 ImplD = dyn_cast<ObjCImplementationDecl>(D)) { getEntityDecl() local
H A DCIndex.cpp7193 if (const ObjCImplDecl *ImplD = dyn_cast<ObjCImplDecl>(D)) clang_getCanonicalCursor() local
/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp2299 DiagnoseMissingDesignatedInitOverrides(const ObjCImplementationDecl * ImplD,const ObjCInterfaceDecl * IFD) DiagnoseMissingDesignatedInitOverrides() argument
H A DSemaDeclObjC.cpp5358 DiagnoseUnusedBackingIvarInAccessor(Scope * S,const ObjCImplementationDecl * ImplD) DiagnoseUnusedBackingIvarInAccessor() argument
/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8103 PassObjCImplDeclToConsumer(ObjCImplDecl * ImplD,ASTConsumer * Consumer) PassObjCImplDeclToConsumer() argument
8114 if (ObjCImplDecl *ImplD = dyn_cast<ObjCImplDecl>(D)) PassInterestingDeclToConsumer() local