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

  /external/clang/include/clang/Driver/
Driver.h 108 std::string DriverTitle;
212 const std::string &getTitle() { return DriverTitle; }
213 void setTitle(std::string Value) { DriverTitle = Value; }
  /external/clang/lib/Driver/
Driver.cpp 56 DriverTitle("clang LLVM compiler"),
652 getOpts().PrintHelp(llvm::outs(), Name.c_str(), DriverTitle.c_str(),
    [all...]

Completed in 720 milliseconds