/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | ObjCPropertyChecker.cpp | 56 const ObjCImplDecl *ImplD = nullptr; in checkCopyMutable() local
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 476 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
|
D | ASTContext.cpp | 2055 ObjCImplementationDecl *ImplD) { in setObjCImplementation() 2061 ObjCCategoryImplDecl *ImplD) { in setObjCImplementation()
|
/external/llvm-project/clang/lib/AST/ |
D | DeclObjC.cpp | 499 if (const auto *ImplD = D->getImplementation()) { in isIntroducingInitializers() local 923 if (ObjCImplementationDecl *ImplD = Ctx.getObjCImplementation(IFD)) in getNextRedeclarationImpl() local 928 if (ObjCCategoryImplDecl *ImplD = Ctx.getObjCImplementation(CD)) in getNextRedeclarationImpl() local 932 } else if (auto *ImplD = dyn_cast<ObjCImplementationDecl>(CtxD)) { in getNextRedeclarationImpl() local 964 if (auto *ImplD = dyn_cast<ObjCImplementationDecl>(CtxD)) { in getCanonicalDecl() local 1598 void ObjCInterfaceDecl::setImplementation(ObjCImplementationDecl *ImplD) { in setImplementation() 2082 void ObjCCategoryDecl::setImplementation(ObjCCategoryImplDecl *ImplD) { in setImplementation() 2139 if (auto *ImplD = dyn_cast_or_null<ObjCImplementationDecl>(this)) { in setClassInterface() local 2143 } else if (auto *ImplD = dyn_cast_or_null<ObjCCategoryImplDecl>(this)) { in setClassInterface() local
|
D | ASTContext.cpp | 2777 ObjCImplementationDecl *ImplD) { in setObjCImplementation() 2784 ObjCCategoryImplDecl *ImplD) { in setObjCImplementation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | CompileOnDemandLayer.cpp | 174 auto &ImplD = in getPerDylibResources() local
|
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
D | CompileOnDemandLayer.cpp | 189 auto &ImplD = in getPerDylibResources() local
|
/external/clang/lib/Index/ |
D | IndexDecl.cpp | 330 auto *ImplD = cast<ObjCImplDecl>(D->getDeclContext()); in VisitObjCPropertyImplDecl() local
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | TransProperties.cpp | 61 ObjCPropertyImplDecl *ImplD; member
|
D | ObjCMT.cpp | 1703 const ObjCImplementationDecl *ImplD) { in inferDesignatedInitializers() 1934 ImplD = dyn_cast<ObjCImplementationDecl>(*D)) { in HandleTranslationUnit() local
|
/external/clang/lib/ARCMigrate/ |
D | TransProperties.cpp | 62 ObjCPropertyImplDecl *ImplD; member
|
D | ObjCMT.cpp | 1709 const ObjCImplementationDecl *ImplD) { in inferDesignatedInitializers() 1933 ImplD = dyn_cast<ObjCImplementationDecl>(*D)) { in HandleTranslationUnit() local
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndexHigh.cpp | 84 if (const ObjCImplDecl *ImplD = dyn_cast<ObjCImplDecl>(D)) { in getCanonical() local
|
D | CXIndexDataConsumer.cpp | 1035 ImplD = dyn_cast<ObjCImplementationDecl>(D)) { in getEntityDecl() local
|
D | CIndex.cpp | 6589 if (const ObjCImplDecl *ImplD = dyn_cast<ObjCImplDecl>(D)) in clang_getCanonicalCursor() local
|
/external/clang/tools/libclang/ |
D | CIndexHigh.cpp | 85 if (const ObjCImplDecl *ImplD = dyn_cast<ObjCImplDecl>(D)) { in getCanonical() local
|
D | CXIndexDataConsumer.cpp | 1039 ImplD = dyn_cast<ObjCImplementationDecl>(D)) { in getEntityDecl() local
|
D | CIndex.cpp | 5804 if (const ObjCImplDecl *ImplD = dyn_cast<ObjCImplDecl>(D)) in clang_getCanonicalCursor() local
|
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 2095 const ObjCImplementationDecl *ImplD, in DiagnoseMissingDesignatedInitOverrides()
|
D | SemaDeclObjC.cpp | 4757 const ObjCImplementationDecl *ImplD) { in DiagnoseUnusedBackingIvarInAccessor()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 2329 const ObjCImplementationDecl *ImplD, in DiagnoseMissingDesignatedInitOverrides()
|
D | SemaDeclObjC.cpp | 5315 const ObjCImplementationDecl *ImplD) { in DiagnoseUnusedBackingIvarInAccessor()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 6699 static void PassObjCImplDeclToConsumer(ObjCImplDecl *ImplD, in PassObjCImplDeclToConsumer() 6735 if (ObjCImplDecl *ImplD = dyn_cast<ObjCImplDecl>(D)) in PassInterestingDeclToConsumer() local
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReader.cpp | 7643 static void PassObjCImplDeclToConsumer(ObjCImplDecl *ImplD, in PassObjCImplDeclToConsumer() 7654 if (ObjCImplDecl *ImplD = dyn_cast<ObjCImplDecl>(D)) in PassInterestingDeclToConsumer() local
|