Searched defs:getOptionHelpGroup (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Option/
H A DOptTable.cpp357 static const char *getOptionHelpGroup(const OptTable &Opts, OptSpecifier Id) { function
372 return getOptionHelpGroup(Opts, GroupID);
410 const char *HelpGroup = getOptionHelpGroup(*this, Id);

Completed in 994 milliseconds