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

  /external/llvm/lib/Support/
CommandLine.cpp 422 static inline bool isGrouping(const Option *O) {
426 return isGrouping(O) || O->getFormattingFlag() == cl::Prefix;
485 assert(isGrouping(PGOpt) && "Broken getOptionPred!");
501 PGOpt = getOptionPred(Arg, Length, isGrouping, OptionsMap);
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]

Completed in 546 milliseconds