Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp436 if (&C != &getGeneralCategory() && Categories[0] == &getGeneralCategory()) in addCategory()
2668 OptionCategory &cl::getGeneralCategory() { in getGeneralCategory() function in cl
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h198 OptionCategory &getGeneralCategory();
340 Categories.push_back(&getGeneralCategory()); in Option()