Searched refs:prop_begin (Results 1 – 10 of 10) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 647 for (ObjCContainerDecl::prop_iterator P = CDecl->prop_begin(), in DiagnoseClassAndClassExtPropertyMismatch() 1274 for (ObjCInterfaceDecl::prop_iterator S = SDecl->prop_begin(), in ComparePropertiesInBaseAndSuper() 1278 for (ObjCInterfaceDecl::prop_iterator I = IDecl->prop_begin(), in ComparePropertiesInBaseAndSuper() 1300 for (ObjCProtocolDecl::prop_iterator P = PDecl->prop_begin(), in MatchOneProtocolPropertiesInClass() 1305 for (CP = CatDecl->prop_begin(), CE = CatDecl->prop_end(); CP!=CE; ++CP) in MatchOneProtocolPropertiesInClass() 1314 for (ObjCProtocolDecl::prop_iterator P = PDecl->prop_begin(), in MatchOneProtocolPropertiesInClass() 1319 for (CP = IDecl->prop_begin(), CE = IDecl->prop_end(); CP != CE; ++CP) in MatchOneProtocolPropertiesInClass() 1438 for (ObjCContainerDecl::prop_iterator P = IDecl->prop_begin(), in CollectImmediateProperties() 1451 for (ObjCContainerDecl::prop_iterator P = CATDecl->prop_begin(), in CollectImmediateProperties() 1462 for (ObjCProtocolDecl::prop_iterator P = PDecl->prop_begin(), in CollectImmediateProperties() [all …]
|
D | SemaDeclObjC.cpp | 2344 for (ObjCContainerDecl::prop_iterator I = CDecl->prop_begin(), in ActOnAtEnd() 2361 for (ObjCContainerDecl::prop_iterator I = ClsExtDecl->prop_begin(), in ActOnAtEnd()
|
D | SemaCodeComplete.cpp | 3393 for (ObjCContainerDecl::prop_iterator P = Container->prop_begin(), in AddObjCProperties() 6906 for (ObjCContainerDecl::prop_iterator P = Containers[I]->prop_begin(), in CodeCompleteObjCMethodDecl()
|
/external/clang/lib/ARCMigrate/ |
D | TransProperties.cpp | 79 propI = D->prop_begin(), in collectProperties()
|
/external/clang/lib/Rewrite/Frontend/ |
D | RewriteModernObjC.cpp | 1085 for (ObjCCategoryDecl::prop_iterator I = CatDecl->prop_begin(), in RewriteCategoryDecl() 1119 for (ObjCInterfaceDecl::prop_iterator I = PDecl->prop_begin(), in RewriteProtocolDecl() 1379 for (ObjCInterfaceDecl::prop_iterator I = ClassDecl->prop_begin(), in RewriteInterfaceDecl() 6824 for (ObjCContainerDecl::prop_iterator I = PDecl->prop_begin(), in RewriteObjCProtocolMetaData() 7045 for (ObjCContainerDecl::prop_iterator I = CDecl->prop_begin(), in RewriteObjCClassMetaData() 7307 for (ObjCContainerDecl::prop_iterator I = CDecl->prop_begin(), in RewriteObjCCategoryImplDecl()
|
D | RewriteObjC.cpp | 973 for (ObjCCategoryDecl::prop_iterator I = CatDecl->prop_begin(), in RewriteCategoryDecl() 1007 for (ObjCInterfaceDecl::prop_iterator I = PDecl->prop_begin(), in RewriteProtocolDecl() 1239 for (ObjCInterfaceDecl::prop_iterator I = ClassDecl->prop_begin(), in RewriteInterfaceDecl()
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 475 prop_iterator prop_begin() const { in prop_begin() function
|
/external/clang/lib/CodeGen/ |
D | CGObjCMac.cpp | 2122 for (ObjCContainerDecl::prop_iterator I = PROTO->prop_begin(), in PushProtocolProperties() 2153 for (ObjCContainerDecl::prop_iterator I = OCD->prop_begin(), in EmitPropertyList()
|
D | CGObjCGNU.cpp | 1689 iter = PD->prop_begin(), endIter = PD->prop_end(); in GenerateProtocol()
|
D | CGDebugInfo.cpp | 1357 for (ObjCContainerDecl::prop_iterator I = ID->prop_begin(), in CreateType()
|