Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp176 static bool optionMatches(const OptTable::Info &In, StringRef Option) { in optionMatches() function
192 if (!In.Values || !optionMatches(In, Option)) in suggestValueCompletions()