/external/clang/lib/ARCMigrate/ |
D | TransZeroOutPropsInDealloc.cpp | 93 ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(D->getDeclContext()); in TraverseObjCMethodDecl() 102 for (ObjCImplDecl::propimpl_iterator in TraverseObjCMethodDecl()
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 544 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::
|
D | DumpXML.cpp | 736 void visitObjCImplDeclChildren(ObjCImplDecl *D) { in visitObjCImplDeclChildren() 739 void visitObjCImplDeclAsContext(ObjCImplDecl *D) { in visitObjCImplDeclAsContext()
|
D | ASTImporter.cpp | 3353 ObjCImplDecl *InImpl = dyn_cast<ObjCImplDecl>(LexicalDC); in VisitObjCPropertyImplDecl()
|
D | ASTContext.cpp | 1168 llvm::DenseMap<ObjCContainerDecl*, ObjCImplDecl*>::iterator in getObjCImplementation() 1176 llvm::DenseMap<ObjCContainerDecl*, ObjCImplDecl*>::iterator in getObjCImplementation()
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 1113 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()
|
D | DeclBase.h | 39 class ObjCImplDecl; variable
|
D | ASTContext.h | 151 llvm::DenseMap<ObjCContainerDecl*, ObjCImplDecl*> ObjCImpls;
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
D | AnalysisConsumer.cpp | 206 ObjCImplDecl* ID = cast<ObjCImplDecl>(*I); in HandleDeclContext()
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 131 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()
|
D | SemaObjCProperty.cpp | 1246 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()
|
D | SemaCodeComplete.cpp | 4456 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/ |
D | Sema.h | 110 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/ |
D | CIndex.cpp | 304 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/ |
D | ASTWriterDecl.cpp | 115 void VisitObjCImplDecl(ObjCImplDecl *D); 567 void ASTDeclWriter::VisitObjCImplDecl(ObjCImplDecl *D) { in VisitObjCImplDecl()
|
D | ASTReaderDecl.cpp | 152 void VisitObjCImplDecl(ObjCImplDecl *D); 644 void ASTDeclReader::VisitObjCImplDecl(ObjCImplDecl *D) { in VisitObjCImplDecl()
|
/external/clang/lib/CodeGen/ |
D | CGObjC.cpp | 224 const ObjCImplDecl *impl = cast<ObjCImplDecl>(method->getDeclContext()); in Emit()
|
D | CGObjCMac.cpp | 1227 bool ImplementationIsNonLazy(const ObjCImplDecl *OD) const; 4884 CGObjCNonFragileABIMac::ImplementationIsNonLazy(const ObjCImplDecl *OD) const { in ImplementationIsNonLazy()
|
D | CGObjCGNU.cpp | 1758 for (ObjCImplDecl::propimpl_iterator in GeneratePropertyList()
|
/external/clang/lib/Rewrite/ |
D | RewriteObjC.cpp | 3642 for (ObjCImplDecl::propimpl_iterator Prop = IDecl->propimpl_begin(), in RewriteObjCCategoryImplDecl() 3851 for (ObjCImplDecl::propimpl_iterator Prop = IDecl->propimpl_begin(), in RewriteObjCClassMetaData()
|