Home
last modified time | relevance | path

Searched refs:showVersion_ (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/flang/include/flang/Frontend/
DFrontendOptions.h121 unsigned showVersion_ : 1; variable
133 FrontendOptions() : showHelp_(false), showVersion_(false) {} in FrontendOptions()
/external/llvm-project/flang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp68 if (flang->frontendOpts().showVersion_) { in ExecuteCompilerInvocation()
/external/llvm-project/flang/lib/Frontend/
DCompilerInvocation.cpp109 opts.showVersion_ = args.hasArg(clang::driver::options::OPT_version); in ParseFrontendArgs()