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

  /external/llvm/lib/Support/
CommandLine.cpp 272 /// CommaSeparateAndAddOccurrence - A wrapper around Handler->addOccurrence()
285 if (Handler->addOccurrence(pos, ArgName, Val.substr(0, Pos), MultiArg))
297 if (Handler->addOccurrence(pos, ArgName, Value, MultiArg))
    [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 271 // addOccurrence - Wrapper around handleOccurrence that enforces Flags.
273 bool addOccurrence(unsigned pos, StringRef ArgName,
    [all...]

Completed in 124 milliseconds