/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CheckObjCDealloc.cpp | 161 const ObjCImplDecl *getContainingObjCImpl(const LocationContext *LCtx) const; 565 ObjCImplDecl *ImplDecl = Interface->getImplementation(); in diagnoseMissingReleases() 634 const ObjCImplDecl *Container = getContainingObjCImpl(LCtx); in findPropertyOnDeallocatingInstance() 691 const ObjCImplDecl *Container = getContainingObjCImpl(C.getLocationContext()); in diagnoseExtraRelease() 800 const ObjCImplDecl * 803 return cast<ObjCImplDecl>(MD->getDeclContext()); in getContainingObjCImpl()
|
/external/clang/lib/ARCMigrate/ |
D | TransZeroOutPropsInDealloc.cpp | 107 ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(D->getDeclContext()); in TraverseObjCMethodDecl()
|
D | TransGCAttrs.cpp | 155 return isa<ObjCImplDecl>(ContD); in hasObjCImpl()
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | TransZeroOutPropsInDealloc.cpp | 106 ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(D->getDeclContext()); in TraverseObjCMethodDecl()
|
D | TransGCAttrs.cpp | 152 return isa<ObjCImplDecl>(ContD); in hasObjCImpl()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | CheckObjCDealloc.cpp | 161 const ObjCImplDecl *getContainingObjCImpl(const LocationContext *LCtx) const; 558 ObjCImplDecl *ImplDecl = Interface->getImplementation(); in diagnoseMissingReleases() 626 const ObjCImplDecl *Container = getContainingObjCImpl(LCtx); in findPropertyOnDeallocatingInstance() 683 const ObjCImplDecl *Container = getContainingObjCImpl(C.getLocationContext()); in diagnoseExtraRelease() 796 const ObjCImplDecl * 799 return cast<ObjCImplDecl>(MD->getDeclContext()); in getContainingObjCImpl()
|
D | ObjCPropertyChecker.cpp | 56 const ObjCImplDecl *ImplD = nullptr; in checkCopyMutable()
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 1076 if (ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(getDeclContext())) in getClassInterface() 1181 } else if (const ObjCImplDecl * in collectOverriddenMethodsSlow() 1182 IMD = dyn_cast<ObjCImplDecl>(Method->getDeclContext())) { in collectOverriddenMethodsSlow() 2007 void ObjCImplDecl::anchor() { } in anchor() 2009 void ObjCImplDecl::addPropertyImplementation(ObjCPropertyImplDecl *property) { in addPropertyImplementation() 2015 void ObjCImplDecl::setClassInterface(ObjCInterfaceDecl *IFace) { in setClassInterface() 2036 ObjCPropertyImplDecl *ObjCImplDecl:: 2049 ObjCPropertyImplDecl *ObjCImplDecl::
|
/external/clang/lib/Index/ |
D | IndexingContext.cpp | 185 return MD->isThisDeclarationADefinition() || isa<ObjCImplDecl>(ContainerDC); in isDeclADefinition() 191 isa<ObjCImplDecl>(D) || in isDeclADefinition()
|
D | IndexDecl.cpp | 42 const ObjCImplDecl *Container) { in hasUserDefined() 330 auto *ImplD = cast<ObjCImplDecl>(D->getDeclContext()); in VisitObjCPropertyImplDecl()
|
/external/llvm-project/clang/lib/AST/ |
D | DeclObjC.cpp | 1164 if (auto *IMD = dyn_cast<ObjCImplDecl>(getDeclContext())) in getClassInterface() 1276 dyn_cast<ObjCImplDecl>(Method->getDeclContext())) { in collectOverriddenMethodsSlow() 1335 if (auto *ImplDecl = dyn_cast<ObjCImplDecl>(Container)) in findPropertyDecl() 2128 void ObjCImplDecl::anchor() {} in anchor() 2130 void ObjCImplDecl::addPropertyImplementation(ObjCPropertyImplDecl *property) { in addPropertyImplementation() 2136 void ObjCImplDecl::setClassInterface(ObjCInterfaceDecl *IFace) { in setClassInterface() 2154 ObjCPropertyImplDecl *ObjCImplDecl:: 2166 ObjCPropertyImplDecl *ObjCImplDecl::
|
/external/llvm-project/clang/lib/Index/ |
D | IndexingContext.cpp | 260 return MD->isThisDeclarationADefinition() || isa<ObjCImplDecl>(ContainerDC); in isDeclADefinition() 266 isa<ObjCImplDecl>(D) || in isDeclADefinition()
|
D | IndexDecl.cpp | 76 const ObjCImplDecl *Container) { in hasUserDefined() 525 auto *Container = cast<ObjCImplDecl>(D->getDeclContext()); in VisitObjCPropertyImplDecl()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndexHigh.cpp | 84 if (const ObjCImplDecl *ImplD = dyn_cast<ObjCImplDecl>(D)) { in getCanonical()
|
D | CursorVisitor.h | 230 bool VisitObjCImplDecl(ObjCImplDecl *D);
|
/external/clang/tools/libclang/ |
D | CIndexHigh.cpp | 85 if (const ObjCImplDecl *ImplD = dyn_cast<ObjCImplDecl>(D)) { in getCanonical()
|
D | CursorVisitor.h | 229 bool VisitObjCImplDecl(ObjCImplDecl *D);
|
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 1669 void Sema::DefaultSynthesizeProperties(Scope *S, ObjCImplDecl* IMPDecl, in DefaultSynthesizeProperties() 1770 ObjCImplDecl *IMPDecl, ObjCContainerDecl *CDecl, ObjCCategoryDecl *C, in DiagnoseUnimplementedAccessor() 1806 void Sema::DiagnoseUnimplementedProperties(Scope *S, ObjCImplDecl* IMPDecl, in DiagnoseUnimplementedProperties() 1886 if (ObjCImplDecl *IMP = PrimaryClass->getImplementation()) { in DiagnoseUnimplementedProperties() 1914 void Sema::diagnoseNullResettableSynthesizedSetters(const ObjCImplDecl *impDecl) { in diagnoseNullResettableSynthesizedSetters() 1942 Sema::AtomicPropertySetterGetterRules (ObjCImplDecl* IMPDecl, in AtomicPropertySetterGetterRules() 2354 else if (ObjCImplDecl *Impl = dyn_cast<ObjCImplDecl>(CD)) in ProcessPropertyDecl()
|
D | SemaDeclObjC.cpp | 130 else if (ObjCImplDecl *Impl = dyn_cast<ObjCImplDecl>(DC)) in CheckObjCMethodOverride() 370 ObjCImplDecl *ImplDeclOfMethodDef = in ActOnStartOfObjCMethodDef() 371 dyn_cast<ObjCImplDecl>(MDecl->getDeclContext()); in ActOnStartOfObjCMethodDef() 374 ObjCImplDecl *ImplDeclOfMethodDecl = nullptr; in ActOnStartOfObjCMethodDef() 2725 ObjCImplDecl* IMPDecl, in MatchAllMethodDeclarations() 2867 void Sema::ImplMethodsVsClassMethods(Scope *S, ObjCImplDecl* IMPDecl, in ImplMethodsVsClassMethods() 4117 } else if (isa<ObjCImplDecl>(ObjCMethod->getDeclContext())) { in CheckObjCMethodOverrides() 4402 if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(ClassDecl)) { in ActOnMethodDeclaration() 4446 else if (ObjCImplDecl *Impl = dyn_cast<ObjCImplDecl>(ClassDecl)) in ActOnMethodDeclaration()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaAvailability.cpp | 139 if (const auto *Impl = dyn_cast<ObjCImplDecl>(C)) { in ShouldDiagnoseAvailabilityInContext() 162 if (const auto *CatOrImpl = dyn_cast<ObjCImplDecl>(Ctx)) { in ShouldDiagnoseAvailabilityInContext() 209 if (auto *Imp = dyn_cast<ObjCImplDecl>(Ctx)) in findEnclosingDeclToAnnotate()
|
D | SemaObjCProperty.cpp | 1897 void Sema::DefaultSynthesizeProperties(Scope *S, ObjCImplDecl *IMPDecl, in DefaultSynthesizeProperties() 2006 ObjCImplDecl *IMPDecl, ObjCContainerDecl *CDecl, ObjCCategoryDecl *C, in DiagnoseUnimplementedAccessor() 2041 void Sema::DiagnoseUnimplementedProperties(Scope *S, ObjCImplDecl* IMPDecl, in DiagnoseUnimplementedProperties() 2121 if (ObjCImplDecl *IMP = PrimaryClass->getImplementation()) { in DiagnoseUnimplementedProperties() 2149 void Sema::diagnoseNullResettableSynthesizedSetters(const ObjCImplDecl *impDecl) { in diagnoseNullResettableSynthesizedSetters() 2175 Sema::AtomicPropertySetterGetterRules (ObjCImplDecl* IMPDecl, in AtomicPropertySetterGetterRules() 2639 else if (ObjCImplDecl *Impl = dyn_cast<ObjCImplDecl>(CD)) in ProcessPropertyDecl()
|
D | SemaDeclObjC.cpp | 154 else if (ObjCImplDecl *Impl = dyn_cast<ObjCImplDecl>(DC)) in CheckObjCMethodOverride() 442 ObjCImplDecl *ImplDeclOfMethodDef = in ActOnStartOfObjCMethodDef() 443 dyn_cast<ObjCImplDecl>(MDecl->getDeclContext()); in ActOnStartOfObjCMethodDef() 446 ObjCImplDecl *ImplDeclOfMethodDecl = nullptr; in ActOnStartOfObjCMethodDef() 2818 ObjCImplDecl* IMPDecl, in MatchAllMethodDeclarations() 2966 void Sema::ImplMethodsVsClassMethods(Scope *S, ObjCImplDecl* IMPDecl, in ImplMethodsVsClassMethods() 4440 } else if (isa<ObjCImplDecl>(ObjCMethod->getDeclContext())) { in CheckObjCMethodOverrides() 4653 ObjCImplDecl *ImpDecl = nullptr) { in checkObjCDirectMethodClashes() 4821 if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(ClassDecl)) { in ActOnMethodDeclaration() 4981 else if (ObjCImplDecl *Impl = dyn_cast<ObjCImplDecl>(ClassDecl)) in ActOnMethodDeclaration()
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 2308 class ObjCImplDecl : public ObjCContainerDecl { 2315 ObjCImplDecl(Kind DK, DeclContext *DC, in ObjCImplDecl() function 2380 class ObjCCategoryImplDecl : public ObjCImplDecl { 2393 : ObjCImplDecl(ObjCCategoryImpl, DC, classInterface, nameLoc, atStartLoc), in ObjCCategoryImplDecl() 2461 class ObjCImplementationDecl : public ObjCImplDecl { 2490 : ObjCImplDecl(ObjCImplementation, DC, classInterface, nameLoc, atStartLoc), in ObjCImplDecl() function
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclObjC.h | 2431 class ObjCImplDecl : public ObjCContainerDecl { 2438 ObjCImplDecl(Kind DK, DeclContext *DC, in ObjCImplDecl() function 2505 class ObjCCategoryImplDecl : public ObjCImplDecl { 2513 : ObjCImplDecl(ObjCCategoryImpl, DC, classInterface, Id, in ObjCCategoryImplDecl() 2558 class ObjCImplementationDecl : public ObjCImplDecl { 2586 : ObjCImplDecl(ObjCImplementation, DC, classInterface,
|
/external/llvm-project/clang/lib/Tooling/Refactoring/ |
D | ASTSelection.cpp | 21 if (!isa<ObjCImplDecl>(D)) in getLexicalDeclRange()
|