Searched refs:prop_end (Results 1 – 10 of 10) sorted by relevance
956 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 …]
2109 E = CDecl->prop_end(); in ActOnAtEnd()2126 E = ClsExtDecl->prop_end(); I != E; ++I) { in ActOnAtEnd()
2853 PEnd = IFace->prop_end(); in LookupVisibleDecls()
3139 PEnd = Container->prop_end(); in AddObjCProperties()6451 PEnd = Containers[I]->prop_end(); in CodeCompleteObjCMethodDecl()
396 int32_t prop_end; in parseRRULE() local401 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()
72 propE = iface->prop_end(); propI != propE; ++propI) { in doTransform()
361 prop_iterator prop_end() const { in prop_end() function
959 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()
1923 E = PROTO->prop_end(); I != E; ++I) { in PushProtocolProperties()1952 E = OCD->prop_end(); I != E; ++I) { in EmitPropertyList()
1551 iter = PD->prop_begin(), endIter = PD->prop_end(); in GenerateProtocol()