Home
last modified time | relevance | path

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

/freebsd-13.1/
H A D.clang-format113 SortPriority: 10
116 SortPriority: 20
119 SortPriority: 21
122 SortPriority: 22
125 SortPriority: 23
128 SortPriority: 24
131 SortPriority: 30
134 SortPriority: 31
137 SortPriority: 40
140 SortPriority: 50
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DIncludeStyle.cpp20 IO.mapOptional("SortPriority", Category.SortPriority); in mapping()
H A DHeaderIncludes.cpp226 Ret = Style.IncludeCategories[i].SortPriority; in getSortIncludePriority()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DIncludeStyle.h62 int SortPriority; member