Home
last modified time | relevance | path

Searched refs:DriverTitle (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DDriver.h157 std::string DriverTitle; variable
337 const std::string &getTitle() { return DriverTitle; } in getTitle()
338 void setTitle(std::string Value) { DriverTitle = std::move(Value); } in setTitle()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp138 DriverTitle(Title), CCPrintStatReportFilename(), CCPrintOptionsFilename(), in Driver()
1631 getOpts().PrintHelp(llvm::outs(), Usage.c_str(), DriverTitle.c_str(), in PrintHelp()