Home
last modified time | relevance | path

Searched refs:prop_end (Results 1 – 10 of 10) sorted by relevance

/external/clang/lib/Sema/
DSemaObjCProperty.cpp956 E = SDecl->prop_end(); S != E; ++S) { in ComparePropertiesInBaseAndSuper()
960 E = IDecl->prop_end(); I != E; ++I) { in ComparePropertiesInBaseAndSuper()
982 E = PDecl->prop_end(); P != E; ++P) { in MatchOneProtocolPropertiesInClass()
986 for (CP = CatDecl->prop_begin(), CE = CatDecl->prop_end(); CP!=CE; ++CP) in MatchOneProtocolPropertiesInClass()
996 E = PDecl->prop_end(); P != E; ++P) { in MatchOneProtocolPropertiesInClass()
1000 for (CP = IDecl->prop_begin(), CE = IDecl->prop_end(); CP != CE; ++CP) in MatchOneProtocolPropertiesInClass()
1120 E = IDecl->prop_end(); P != E; ++P) { in CollectImmediateProperties()
1133 E = CATDecl->prop_end(); P != E; ++P) { in CollectImmediateProperties()
1144 E = PDecl->prop_end(); P != E; ++P) { in CollectImmediateProperties()
1169 E = IDecl->prop_end(); P != E; ++P) { in CollectClassPropertyImplementations()
[all …]
DSemaDeclObjC.cpp2109 E = CDecl->prop_end(); in ActOnAtEnd()
2126 E = ClsExtDecl->prop_end(); I != E; ++I) { in ActOnAtEnd()
DSemaLookup.cpp2853 PEnd = IFace->prop_end(); in LookupVisibleDecls()
DSemaCodeComplete.cpp3139 PEnd = Container->prop_end(); in AddObjCProperties()
6451 PEnd = Containers[I]->prop_end(); in CodeCompleteObjCMethodDecl()
/external/icu4c/i18n/
Dvtzone.cpp396 int32_t prop_end; in parseRRULE() local
401 prop_end = rrule.indexOf(SEMICOLON, prop_start); in parseRRULE()
402 if (prop_end == -1) { in parseRRULE()
406 prop.setTo(rrule, prop_start, prop_end - prop_start); in parseRRULE()
407 prop_start = prop_end + 1; in parseRRULE()
/external/clang/lib/ARCMigrate/
DTransProperties.cpp72 propE = iface->prop_end(); propI != propE; ++propI) { in doTransform()
/external/clang/include/clang/AST/
DDeclObjC.h361 prop_iterator prop_end() const { in prop_end() function
/external/clang/lib/Rewrite/
DRewriteObjC.cpp959 E = CatDecl->prop_end(); I != E; ++I) in RewriteCategoryDecl()
992 E = PDecl->prop_end(); I != E; ++I) in RewriteProtocolDecl()
1217 E = ClassDecl->prop_end(); I != E; ++I) in RewriteInterfaceDecl()
/external/clang/lib/CodeGen/
DCGObjCMac.cpp1923 E = PROTO->prop_end(); I != E; ++I) { in PushProtocolProperties()
1952 E = OCD->prop_end(); I != E; ++I) { in EmitPropertyList()
DCGObjCGNU.cpp1551 iter = PD->prop_begin(), endIter = PD->prop_end(); in GenerateProtocol()