Home
last modified time | relevance | path

Searched defs:PositionalOpts (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DCommandLine.h227 SmallVector<Option *, 4> PositionalOpts; variable
/llvm-project-15.0.7/llvm/lib/Support/
H A DCommandLine.cpp1467 auto &PositionalOpts = ChosenSubCommand->PositionalOpts; in ParseCommandLineOptions() local
2280 auto &PositionalOpts = Sub->PositionalOpts; in printHelp() local