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

  /external/clang/include/clang/Frontend/
FrontendOptions.h 129 unsigned ShowVersion : 1; ///< Show the -version text.
245 ShowStats(false), ShowTimers(false), ShowVersion(false),
  /external/clang/tools/driver/
cc1as_main.cpp 110 unsigned ShowVersion : 1;
239 Opts.ShowVersion = Args->hasArg(OPT_version);
463 if (Asm.ShowVersion) {
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 195 if (Clang->getFrontendOpts().ShowVersion) {
  /external/clang/lib/Frontend/
CompilerInstance.cpp 770 assert(!getFrontendOpts().ShowVersion && "Client must handle '-version'!");
    [all...]
CompilerInvocation.cpp     [all...]

Completed in 82 milliseconds