Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DObjCPropertyAttributeOrderFixer.cpp54 bool HasDuplicates = false; in sortPropertyAttributes() local
91 HasDuplicates = true; in sortPropertyAttributes()
103 if (!HasDuplicates) { in sortPropertyAttributes()