HomeSort by relevance Sort by last modified time
    Searched refs:getFormattingFlag (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
CommandLine.cpp 171 if (O->getFormattingFlag() == cl::Positional)
370 return O->getFormattingFlag() == cl::Grouping;
373 return isGrouping(O) || O->getFormattingFlag() == cl::Prefix;
420 if (PGOpt->getFormattingFlag() == cl::Prefix) {
886 if (!Handler || Handler->getFormattingFlag() != cl::Positional) {
    [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 209 inline enum FormattingFlags getFormattingFlag() const {
    [all...]

Completed in 82 milliseconds