Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp2289 std::vector<OptionCategory *> SortedCategories; in printOptions() local
2297 SortedCategories.push_back(*I); in printOptions()
2301 assert(SortedCategories.size() > 0 && "No option categories registered!"); in printOptions()
2302 array_pod_sort(SortedCategories.begin(), SortedCategories.end(), in printOptions()
2307 I = SortedCategories.begin(), in printOptions()
2308 E = SortedCategories.end(); in printOptions()
2326 Category = SortedCategories.begin(), in printOptions()
2327 E = SortedCategories.end(); in printOptions()