Searched refs:SortOrderMap (Results 1 – 2 of 2) sorted by relevance
29 SortOrderMap[Property] = Index++; in ObjCPropertyAttributeOrderFixer()89 auto It = SortOrderMap.find(Attribute); in sortPropertyAttributes()90 if (It == SortOrderMap.end()) in sortPropertyAttributes()91 It = SortOrderMap.insert({Attribute, SortOrderMap.size()}).first; in sortPropertyAttributes()
26 llvm::StringMap<unsigned> SortOrderMap; variable