Home
last modified time | relevance | path

Searched refs:SortOrderMap (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DObjCPropertyAttributeOrderFixer.cpp29 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()
H A DObjCPropertyAttributeOrderFixer.h26 llvm::StringMap<unsigned> SortOrderMap; variable