Searched refs:getOptionPred (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp718 // getOptionPred - Check to see if there are any options that satisfy the
724 static Option *getOptionPred(StringRef Name, size_t &Length, function
761 Option *PGOpt = getOptionPred(Arg, Length, isPrefixedOrGrouping, OptionsMap);
785 assert(isGrouping(PGOpt) && "Broken getOptionPred!");
800 PGOpt = getOptionPred(Arg, Length, isGrouping, OptionsMap);

Completed in 97 milliseconds