Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DObjCPropertyAttributeOrderFixer.cpp139 const auto &PropertyEntry = PropertyAttributes[Indices[Ordinal]]; in sortPropertyAttributes() local
140 NewText += PropertyEntry.Attribute; in sortPropertyAttributes()
142 if (const auto Value = PropertyEntry.Value; !Value.empty()) { in sortPropertyAttributes()