Home
last modified time | relevance | path

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

/freebsd/
H A D.clang-format114 SortPriority: 10
117 SortPriority: 20
120 SortPriority: 21
123 SortPriority: 22
126 SortPriority: 23
129 SortPriority: 24
132 SortPriority: 30
135 SortPriority: 31
138 SortPriority: 40
141 SortPriority: 50
[all …]
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DIncludeStyle.cpp20 IO.mapOptional("SortPriority", Category.SortPriority); in mapping()
H A DHeaderIncludes.cpp227 Ret = Style.IncludeCategories[i].SortPriority; in getSortIncludePriority()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DIncludeStyle.h63 int SortPriority; member