Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp2125 SmallPtrSet<Option *, 32> OptionSet; // Duplicate option detection. in sortOpts() local
2138 if (!OptionSet.insert(I->second).second) in sortOpts()