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

  /external/clang/include/clang/Frontend/
FrontendOptions.h 130 unsigned ShowVersion : 1; ///< Show the -version text.
258 ShowStats(false), ShowTimers(false), ShowVersion(false),
  /art/runtime/
runtime_options.def 37 RUNTIME_OPTIONS_KEY (Unit, ShowVersion)
parsed_options.cc 74 .Define("-showversion")
75 .IntoKey(M::ShowVersion)
426 // -help, -showversion, etc.
430 } else if (args.Exists(M::ShowVersion)) {
584 UsageMessage(stream, " -showversion\n");
  /external/clang/tools/driver/
cc1as_main.cpp 111 unsigned ShowVersion : 1;
242 Opts.ShowVersion = Args->hasArg(OPT_version);
472 if (Asm.ShowVersion) {
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 177 if (Clang->getFrontendOpts().ShowVersion) {
  /external/clang/lib/Frontend/
CompilerInstance.cpp 773 assert(!getFrontendOpts().ShowVersion && "Client must handle '-version'!");
    [all...]
CompilerInvocation.cpp     [all...]

Completed in 460 milliseconds