Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp2439 std::vector<OptionCategory *> SortedCategories; in printOptions() local
2445 SortedCategories.push_back(Category); in printOptions()
2448 assert(SortedCategories.size() > 0 && "No option categories registered!"); in printOptions()
2449 array_pod_sort(SortedCategories.begin(), SortedCategories.end(), in printOptions()
2458 assert(llvm::is_contained(SortedCategories, Cat) && in printOptions()
2465 for (OptionCategory *Category : SortedCategories) { in printOptions()