Searched defs:NearestString (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Option/ |
H A D | OptTable.cpp | 231 findNearest(StringRef Option,std::string & NearestString,Visibility VisibilityMask,unsigned MinimumLength,unsigned MaximumDistance) const findNearest() argument 242 findNearest(StringRef Option,std::string & NearestString,unsigned FlagsToInclude,unsigned FlagsToExclude,unsigned MinimumLength,unsigned MaximumDistance) const findNearest() argument 258 internalFindNearest(StringRef Option,std::string & NearestString,unsigned MinimumLength,unsigned MaximumDistance,std::function<bool (const Info &)> ExcludeOption) const internalFindNearest() argument
|
/llvm-project/llvm/lib/Support/ |
H A D | CommandLine.cpp | 526 LookupSubCommand(StringRef Name,std::string & NearestString) LookupSubCommand() argument 556 LookupNearestOption(StringRef Arg,const StringMap<Option * > & OptionsMap,std::string & NearestString) LookupNearestOption() argument
|