Searched refs:Grouping (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DCommandLine.cpp344 return O->getFormattingFlag() == cl::Grouping;
401 // This must be a grouped option... handle them now. Grouping options can't
413 "Option can not be cl::Grouping AND cl::ValueRequired!");
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DCommandLine.h123 // Grouping - With this option enabled, multiple letter options are allowed to
132 Grouping = 0x03 // Can this option group with other options? enumerator in enum:llvm::cl::FormattingFlags

Completed in 116 milliseconds