Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Option/
H A DOptTable.h109 unsigned getOptionKind(OptSpecifier id) const { in getOptionKind() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Option/
H A DOptTable.cpp640 if (getOptionKind(Id) == Option::GroupClass) in PrintHelp()