OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShowVersion
(Results
1 - 6
of
6
) sorted by null
/external/clang/include/clang/Frontend/
FrontendOptions.h
75
unsigned
ShowVersion
: 1; ///< Show the -version text.
144
ShowVersion
= 0;
/external/clang/tools/driver/
cc1as_main.cpp
96
unsigned
ShowVersion
: 1;
198
Opts.
ShowVersion
= Args->hasArg(OPT_version);
403
if (Asm.
ShowVersion
) {
/external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp
137
if (Clang->getFrontendOpts().
ShowVersion
) {
/external/chromium/sdch/open-vcdiff/src/
gflags_reporting.cc
342
//
ShowVersion
()
346
static void
ShowVersion
() {
435
ShowVersion
();
/external/clang/lib/Frontend/
CompilerInstance.cpp
565
assert(!getFrontendOpts().
ShowVersion
&& "Client must handle '-version'!");
CompilerInvocation.cpp
421
if (Opts.
ShowVersion
)
[
all
...]
Completed in 189 milliseconds