Home
last modified time | relevance | path

Searched refs:SetVersionPrinter (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/tools/clang-offload-packager/
H A DClangOffloadPackager.cpp55 cl::SetVersionPrinter(PrintVersion); in main()
/llvm-project-15.0.7/clang-tools-extra/clang-apply-replacements/tool/
H A DClangApplyReplacementsMain.cpp96 cl::SetVersionPrinter(printVersion); in main()
/llvm-project-15.0.7/clang/tools/clang-nvlink-wrapper/
H A DClangNvlinkWrapper.cpp152 cl::SetVersionPrinter(PrintVersion); in main()
/llvm-project-15.0.7/clang/tools/clang-offload-wrapper/
H A DClangOffloadWrapper.cpp597 cl::SetVersionPrinter([](raw_ostream &OS) { in main()
/llvm-project-15.0.7/clang/tools/clang-format/
H A DClangFormat.cpp582 cl::SetVersionPrinter(PrintVersion); in main()
/llvm-project-15.0.7/clang-tools-extra/clangd/tool/
H A DClangdMain.cpp734 llvm::cl::SetVersionPrinter([](llvm::raw_ostream &OS) { in main()
/llvm-project-15.0.7/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp1367 cl::SetVersionPrinter(PrintVersion); in main()
/llvm-project-15.0.7/llvm/docs/
H A DCommandLine.rst1372 The ``cl::SetVersionPrinter`` function
1375 The ``cl::SetVersionPrinter`` function is designed to be called directly from
1383 that function to ``cl::SetVersionPrinter`` to arrange for it to be called when
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DCommandLine.h83 void SetVersionPrinter(VersionPrinterTy func);
/llvm-project-15.0.7/llvm/lib/Support/
H A DCommandLine.cpp2683 void cl::SetVersionPrinter(VersionPrinterTy func) { in SetVersionPrinter() function in cl