Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp93 ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(D->getDeclContext()); in TraverseObjCMethodDecl()
102 for (ObjCImplDecl::propimpl_iterator in TraverseObjCMethodDecl()
/external/clang/lib/AST/
DDeclObjC.cpp544 if (ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(getDeclContext())) in getClassInterface()
948 void ObjCImplDecl::addPropertyImplementation(ObjCPropertyImplDecl *property) { in addPropertyImplementation()
954 void ObjCImplDecl::setClassInterface(ObjCInterfaceDecl *IFace) { in setClassInterface()
975 ObjCPropertyImplDecl *ObjCImplDecl::
990 ObjCPropertyImplDecl *ObjCImplDecl::
DDumpXML.cpp736 void visitObjCImplDeclChildren(ObjCImplDecl *D) { in visitObjCImplDeclChildren()
739 void visitObjCImplDeclAsContext(ObjCImplDecl *D) { in visitObjCImplDeclAsContext()
DASTImporter.cpp3353 ObjCImplDecl *InImpl = dyn_cast<ObjCImplDecl>(LexicalDC); in VisitObjCPropertyImplDecl()
DASTContext.cpp1168 llvm::DenseMap<ObjCContainerDecl*, ObjCImplDecl*>::iterator in getObjCImplementation()
1176 llvm::DenseMap<ObjCContainerDecl*, ObjCImplDecl*>::iterator in getObjCImplementation()
/external/clang/include/clang/AST/
DDeclObjC.h1113 class ObjCImplDecl : public ObjCContainerDecl {
1118 ObjCImplDecl(Kind DK, DeclContext *DC, SourceLocation L, in ObjCImplDecl() function
1155 static bool classof(const ObjCImplDecl *D) { return true; } in classof()
1174 class ObjCCategoryImplDecl : public ObjCImplDecl {
1180 : ObjCImplDecl(ObjCCategoryImpl, DC, L, classInterface), Id(Id) {} in ObjCCategoryImplDecl()
1248 class ObjCImplementationDecl : public ObjCImplDecl {
1265 : ObjCImplDecl(ObjCImplementation, DC, L, classInterface), in ObjCImplementationDecl()
DDeclBase.h39 class ObjCImplDecl; variable
DASTContext.h151 llvm::DenseMap<ObjCContainerDecl*, ObjCImplDecl*> ObjCImpls;
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp206 ObjCImplDecl* ID = cast<ObjCImplDecl>(*I); in HandleDeclContext()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp131 else if (ObjCImplDecl *Impl = dyn_cast<ObjCImplDecl>(DC)) in CheckObjCMethodOverride()
1458 ObjCImplDecl* IMPDecl, in MatchAllMethodDeclarations()
1533 void Sema::ImplMethodsVsClassMethods(Scope *S, ObjCImplDecl* IMPDecl, in ImplMethodsVsClassMethods()
1593 if (ObjCImplDecl *IMP = ID->getImplementation()) { in ImplMethodsVsClassMethods()
2446 else if (ObjCImplDecl *Impl = dyn_cast<ObjCImplDecl>(ClassDecl)) in ActOnMethodDeclaration()
DSemaObjCProperty.cpp1246 void Sema::DefaultSynthesizeProperties (Scope *S, ObjCImplDecl* IMPDecl, in DefaultSynthesizeProperties()
1289 void Sema::DiagnoseUnimplementedProperties(Scope *S, ObjCImplDecl* IMPDecl, in DiagnoseUnimplementedProperties()
1302 for (ObjCImplDecl::propimpl_iterator in DiagnoseUnimplementedProperties()
1338 Sema::AtomicPropertySetterGetterRules (ObjCImplDecl* IMPDecl, in AtomicPropertySetterGetterRules()
DSemaCodeComplete.cpp4456 void Sema::CodeCompleteObjCPropertySetter(Scope *S, Decl *ObjCImplDecl) { in CodeCompleteObjCPropertySetter() argument
4461 = dyn_cast_or_null<ObjCInterfaceDecl>(ObjCImplDecl); in CodeCompleteObjCPropertySetter()
4464 = dyn_cast_or_null<ObjCCategoryDecl>(ObjCImplDecl)) in CodeCompleteObjCPropertySetter()
/external/clang/include/clang/Sema/
DSema.h110 class ObjCImplDecl; variable
1801 void ImplMethodsVsClassMethods(Scope *S, ObjCImplDecl* IMPDecl,
1807 void DiagnoseUnimplementedProperties(Scope *S, ObjCImplDecl* IMPDecl,
1813 void DefaultSynthesizeProperties (Scope *S, ObjCImplDecl* IMPDecl,
1861 void AtomicPropertySetterGetterRules(ObjCImplDecl* IMPDecl,
1885 ObjCImplDecl* IMPDecl,
/external/clang/tools/libclang/
DCIndex.cpp304 bool VisitObjCImplDecl(ObjCImplDecl *D);
1074 bool CursorVisitor::VisitObjCImplDecl(ObjCImplDecl *D) { in VisitObjCImplDecl()
4149 if (ObjCImplDecl *ImplD = dyn_cast<ObjCImplDecl>(D)) in clang_getCanonicalCursor()
5133 if (ObjCImplDecl *Impl = dyn_cast<ObjCImplDecl>(Ctx)) in CollectOverriddenMethods()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp115 void VisitObjCImplDecl(ObjCImplDecl *D);
567 void ASTDeclWriter::VisitObjCImplDecl(ObjCImplDecl *D) { in VisitObjCImplDecl()
DASTReaderDecl.cpp152 void VisitObjCImplDecl(ObjCImplDecl *D);
644 void ASTDeclReader::VisitObjCImplDecl(ObjCImplDecl *D) { in VisitObjCImplDecl()
/external/clang/lib/CodeGen/
DCGObjC.cpp224 const ObjCImplDecl *impl = cast<ObjCImplDecl>(method->getDeclContext()); in Emit()
DCGObjCMac.cpp1227 bool ImplementationIsNonLazy(const ObjCImplDecl *OD) const;
4884 CGObjCNonFragileABIMac::ImplementationIsNonLazy(const ObjCImplDecl *OD) const { in ImplementationIsNonLazy()
DCGObjCGNU.cpp1758 for (ObjCImplDecl::propimpl_iterator in GeneratePropertyList()
/external/clang/lib/Rewrite/
DRewriteObjC.cpp3642 for (ObjCImplDecl::propimpl_iterator Prop = IDecl->propimpl_begin(), in RewriteObjCCategoryImplDecl()
3851 for (ObjCImplDecl::propimpl_iterator Prop = IDecl->propimpl_begin(), in RewriteObjCClassMetaData()