Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Option/
H A DOptTable.cpp200 StringRef InName(In.Name); in optionMatches() local
202 if (Option.endswith(InName)) in optionMatches()
203 if (Option.slice(0, Option.size() - InName.size()) == In.Prefixes[I]) in optionMatches()