Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptTable.h109 unsigned getOptionKind(OptSpecifier id) const { in getOptionKind() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp639 if (getOptionKind(Id) == Option::GroupClass) in printHelp()