Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Option/
H A DOptTable.cpp198 StringRef InName(In.Name); in optionMatches() local
200 if (Option.endswith(InName)) in optionMatches()
201 if (Option.slice(0, Option.size() - InName.size()) == In.Prefixes[I]) in optionMatches()