/external/clang/tools/libclang/ |
D | IndexDecl.cpp | 28 const ObjCImplDecl *Container) { in hasUserDefined() 237 !hasUserDefined(MD, cast<ObjCImplDecl>(D->getDeclContext()))) in VisitObjCPropertyImplDecl() 243 !hasUserDefined(MD, cast<ObjCImplDecl>(D->getDeclContext()))) in VisitObjCPropertyImplDecl()
|
D | CIndexHigh.cpp | 85 if (const ObjCImplDecl *ImplD = dyn_cast<ObjCImplDecl>(D)) { in getCanonical()
|
D | CursorVisitor.h | 226 bool VisitObjCImplDecl(ObjCImplDecl *D);
|
D | CIndex.cpp | 1105 bool CursorVisitor::VisitObjCImplDecl(ObjCImplDecl *D) { in VisitObjCImplDecl() 5179 if (const ObjCImplDecl *ImplD = dyn_cast<ObjCImplDecl>(D)) in clang_getCanonicalCursor()
|
/external/clang/lib/ARCMigrate/ |
D | TransZeroOutPropsInDealloc.cpp | 107 ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(D->getDeclContext()); in TraverseObjCMethodDecl()
|
D | TransGCAttrs.cpp | 155 if (isa<ObjCImplDecl>(ContD)) in hasObjCImpl()
|
D | ObjCMT.cpp | 1056 else if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(CDecl)) in migrateMethodInstanceType() 1328 else if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(CDecl)) in migrateFactoryMethod()
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 955 if (ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(getDeclContext())) in getClassInterface() 1046 } else if (const ObjCImplDecl * in collectOverriddenMethodsSlow() 1047 IMD = dyn_cast<ObjCImplDecl>(Method->getDeclContext())) { in collectOverriddenMethodsSlow() 1726 void ObjCImplDecl::anchor() { } in anchor() 1728 void ObjCImplDecl::addPropertyImplementation(ObjCPropertyImplDecl *property) { in addPropertyImplementation() 1734 void ObjCImplDecl::setClassInterface(ObjCInterfaceDecl *IFace) { in setClassInterface() 1755 ObjCPropertyImplDecl *ObjCImplDecl:: 1768 ObjCPropertyImplDecl *ObjCImplDecl::
|
D | ASTContext.cpp | 404 if (const ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(DC)) { in addRedeclaredMethods() 1927 llvm::DenseMap<ObjCContainerDecl*, ObjCImplDecl*>::iterator in getObjCImplementation() 1935 llvm::DenseMap<ObjCContainerDecl*, ObjCImplDecl*>::iterator in getObjCImplementation() 1963 if (const ObjCImplDecl *IMD = in getObjContainingInterface() 1964 dyn_cast<ObjCImplDecl>(ND->getDeclContext())) in getObjContainingInterface()
|
D | ASTImporter.cpp | 3870 ObjCImplDecl *InImpl = dyn_cast<ObjCImplDecl>(LexicalDC); in VisitObjCPropertyImplDecl()
|
/external/clang/lib/Sema/ |
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() 1809 ObjCImplDecl* IMPDecl, in MatchAllMethodDeclarations() 1947 void Sema::ImplMethodsVsClassMethods(Scope *S, ObjCImplDecl* IMPDecl, in ImplMethodsVsClassMethods() 3021 } else if (isa<ObjCImplDecl>(ObjCMethod->getDeclContext())) { in CheckObjCMethodOverrides() 3221 if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(ClassDecl)) { in ActOnMethodDeclaration() 3267 else if (ObjCImplDecl *Impl = dyn_cast<ObjCImplDecl>(ClassDecl)) in ActOnMethodDeclaration()
|
D | SemaObjCProperty.cpp | 1527 void Sema::DefaultSynthesizeProperties(Scope *S, ObjCImplDecl* IMPDecl, in DefaultSynthesizeProperties() 1626 ObjCImplDecl* IMPDecl, in DiagnoseUnimplementedAccessor() 1653 void Sema::DiagnoseUnimplementedProperties(Scope *S, ObjCImplDecl* IMPDecl, in DiagnoseUnimplementedProperties() 1728 if (ObjCImplDecl *IMP = PrimaryClass->getImplementation()) { in DiagnoseUnimplementedProperties() 1757 Sema::AtomicPropertySetterGetterRules (ObjCImplDecl* IMPDecl, in AtomicPropertySetterGetterRules() 2107 else if (ObjCImplDecl *Impl = dyn_cast<ObjCImplDecl>(CD)) in ProcessPropertyDecl()
|
D | SemaAccess.cpp | 1881 if (ObjCImplDecl *Impl in IsSimplyAccessible() 1882 = dyn_cast<ObjCImplDecl>(FD->getLexicalDeclContext())) { in IsSimplyAccessible()
|
D | SemaExprObjC.cpp | 994 isa<ObjCImplDecl>(MatchingMethodDecl->getDeclContext()) || in HelperToDiagnoseMismatchedMethodsInGlobalPool() 1192 if (const ObjCImplDecl *impl = in findExplicitInstancetypeDeclarer() 1193 dyn_cast<ObjCImplDecl>(MD->getDeclContext())) { in findExplicitInstancetypeDeclarer()
|
D | SemaCodeComplete.cpp | 4615 if (isa<ObjCImplDecl>(CurContext)) in CodeCompleteObjCAtDirective()
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 1842 class ObjCImplDecl : public ObjCContainerDecl { 1849 ObjCImplDecl(Kind DK, DeclContext *DC, in ObjCImplDecl() function 1913 class ObjCCategoryImplDecl : public ObjCImplDecl { 1926 : ObjCImplDecl(ObjCCategoryImpl, DC, classInterface, nameLoc, atStartLoc), in ObjCCategoryImplDecl() 1994 class ObjCImplementationDecl : public ObjCImplDecl { 2023 : ObjCImplDecl(ObjCImplementation, DC, classInterface, nameLoc, atStartLoc), in ObjCImplDecl() function
|
D | DeclBase.h | 46 class ObjCImplDecl; variable
|
D | ASTContext.h | 164 llvm::DenseMap<ObjCContainerDecl*, ObjCImplDecl*> ObjCImpls;
|
/external/clang/lib/Serialization/ |
D | ASTWriterDecl.cpp | 126 void VisitObjCImplDecl(ObjCImplDecl *D); 696 void ASTDeclWriter::VisitObjCImplDecl(ObjCImplDecl *D) { in VisitObjCImplDecl() 2006 if (isa<FileScopeAsmDecl>(D) || isa<ObjCImplDecl>(D) || isa<ImportDecl>(D)) in isRequiredDecl()
|
D | ASTReaderDecl.cpp | 361 void VisitObjCImplDecl(ObjCImplDecl *D); 982 void ASTDeclReader::VisitObjCImplDecl(ObjCImplDecl *D) { in VisitObjCImplDecl() 2329 isa<ObjCImplDecl>(D) || in isConsumerInterestedIn()
|
D | ASTReader.cpp | 6843 static void PassObjCImplDeclToConsumer(ObjCImplDecl *ImplD, in PassObjCImplDeclToConsumer() 6879 if (ObjCImplDecl *ImplD = dyn_cast<ObjCImplDecl>(D)) in PassInterestingDeclToConsumer()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 136 class ObjCImplDecl; variable 2791 void ImplMethodsVsClassMethods(Scope *S, ObjCImplDecl* IMPDecl, 2797 void DiagnoseUnimplementedProperties(Scope *S, ObjCImplDecl* IMPDecl, 2803 void DefaultSynthesizeProperties (Scope *S, ObjCImplDecl* IMPDecl, 2860 void AtomicPropertySetterGetterRules(ObjCImplDecl* IMPDecl, 2888 ObjCImplDecl* IMPDecl,
|
/external/clang/lib/CodeGen/ |
D | CGObjC.cpp | 430 const ObjCImplDecl *impl = cast<ObjCImplDecl>(method->getDeclContext()); in Emit()
|
D | CGObjCMac.cpp | 1431 bool ImplementationIsNonLazy(const ObjCImplDecl *OD) const; 5700 CGObjCNonFragileABIMac::ImplementationIsNonLazy(const ObjCImplDecl *OD) const { in ImplementationIsNonLazy()
|
D | CodeGenModule.cpp | 3223 if (auto *OID = dyn_cast<ObjCImplDecl>(I)) { in EmitLinkageSpec()
|