Home
last modified time | relevance | path

Searched refs:ObjCImplDecl (Results 1 – 25 of 27) sorted by relevance

12

/external/clang/tools/libclang/
DIndexDecl.cpp28 const ObjCImplDecl *Container) { in hasUserDefined()
237 !hasUserDefined(MD, cast<ObjCImplDecl>(D->getDeclContext()))) in VisitObjCPropertyImplDecl()
243 !hasUserDefined(MD, cast<ObjCImplDecl>(D->getDeclContext()))) in VisitObjCPropertyImplDecl()
DCIndexHigh.cpp85 if (const ObjCImplDecl *ImplD = dyn_cast<ObjCImplDecl>(D)) { in getCanonical()
DCursorVisitor.h226 bool VisitObjCImplDecl(ObjCImplDecl *D);
DCIndex.cpp1105 bool CursorVisitor::VisitObjCImplDecl(ObjCImplDecl *D) { in VisitObjCImplDecl()
5179 if (const ObjCImplDecl *ImplD = dyn_cast<ObjCImplDecl>(D)) in clang_getCanonicalCursor()
/external/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp107 ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(D->getDeclContext()); in TraverseObjCMethodDecl()
DTransGCAttrs.cpp155 if (isa<ObjCImplDecl>(ContD)) in hasObjCImpl()
DObjCMT.cpp1056 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/
DDeclObjC.cpp955 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::
DASTContext.cpp404 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()
DASTImporter.cpp3870 ObjCImplDecl *InImpl = dyn_cast<ObjCImplDecl>(LexicalDC); in VisitObjCPropertyImplDecl()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp130 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()
DSemaObjCProperty.cpp1527 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()
DSemaAccess.cpp1881 if (ObjCImplDecl *Impl in IsSimplyAccessible()
1882 = dyn_cast<ObjCImplDecl>(FD->getLexicalDeclContext())) { in IsSimplyAccessible()
DSemaExprObjC.cpp994 isa<ObjCImplDecl>(MatchingMethodDecl->getDeclContext()) || in HelperToDiagnoseMismatchedMethodsInGlobalPool()
1192 if (const ObjCImplDecl *impl = in findExplicitInstancetypeDeclarer()
1193 dyn_cast<ObjCImplDecl>(MD->getDeclContext())) { in findExplicitInstancetypeDeclarer()
DSemaCodeComplete.cpp4615 if (isa<ObjCImplDecl>(CurContext)) in CodeCompleteObjCAtDirective()
/external/clang/include/clang/AST/
DDeclObjC.h1842 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
DDeclBase.h46 class ObjCImplDecl; variable
DASTContext.h164 llvm::DenseMap<ObjCContainerDecl*, ObjCImplDecl*> ObjCImpls;
/external/clang/lib/Serialization/
DASTWriterDecl.cpp126 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()
DASTReaderDecl.cpp361 void VisitObjCImplDecl(ObjCImplDecl *D);
982 void ASTDeclReader::VisitObjCImplDecl(ObjCImplDecl *D) { in VisitObjCImplDecl()
2329 isa<ObjCImplDecl>(D) || in isConsumerInterestedIn()
DASTReader.cpp6843 static void PassObjCImplDeclToConsumer(ObjCImplDecl *ImplD, in PassObjCImplDeclToConsumer()
6879 if (ObjCImplDecl *ImplD = dyn_cast<ObjCImplDecl>(D)) in PassInterestingDeclToConsumer()
/external/clang/include/clang/Sema/
DSema.h136 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/
DCGObjC.cpp430 const ObjCImplDecl *impl = cast<ObjCImplDecl>(method->getDeclContext()); in Emit()
DCGObjCMac.cpp1431 bool ImplementationIsNonLazy(const ObjCImplDecl *OD) const;
5700 CGObjCNonFragileABIMac::ImplementationIsNonLazy(const ObjCImplDecl *OD) const { in ImplementationIsNonLazy()
DCodeGenModule.cpp3223 if (auto *OID = dyn_cast<ObjCImplDecl>(I)) { in EmitLinkageSpec()

12