OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DriverTitle
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Driver/
Driver.h
110
std::string
DriverTitle
;
213
const std::string &getTitle() { return
DriverTitle
; }
214
void setTitle(std::string Value) {
DriverTitle
= Value; }
/external/clang/lib/Driver/
Driver.cpp
54
DriverTitle
("clang LLVM compiler"),
644
getOpts().PrintHelp(llvm::outs(), Name.c_str(),
DriverTitle
.c_str(),
[
all
...]
Completed in 27 milliseconds