Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-apply-replacements/tool/
DClangApplyReplacementsMain.cpp91 cl::SetVersionPrinter(printVersion); in main()
/external/llvm-project/clang/tools/clang-offload-wrapper/
DClangOffloadWrapper.cpp315 cl::SetVersionPrinter([](raw_ostream &OS) { in main()
/external/clang/tools/clang-format/
DClangFormat.cpp325 cl::SetVersionPrinter(PrintVersion); in main()
/external/llvm-project/clang/tools/clang-format/
DClangFormat.cpp497 cl::SetVersionPrinter(PrintVersion); in main()
/external/llvm-project/clang-tools-extra/clangd/tool/
DClangdMain.cpp597 llvm::cl::SetVersionPrinter([](llvm::raw_ostream &OS) { in main()
/external/llvm-project/clang/tools/clang-offload-bundler/
DClangOffloadBundler.cpp927 cl::SetVersionPrinter(PrintVersion); in main()
/external/llvm/include/llvm/Support/
DCommandLine.h64 void SetVersionPrinter(void (*func)());
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCommandLine.h69 void SetVersionPrinter(void (*func)());
/external/llvm-project/llvm/docs/
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
/external/llvm/docs/
DCommandLine.rst1362 The ``cl::SetVersionPrinter`` function
1365 The ``cl::SetVersionPrinter`` function is designed to be called directly from
1373 that function to ``cl::SetVersionPrinter`` to arrange for it to be called when
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCommandLine.h90 void SetVersionPrinter(VersionPrinterTy func);
/external/llvm-project/llvm/include/llvm/Support/
DCommandLine.h82 void SetVersionPrinter(VersionPrinterTy func);
/external/llvm/lib/Support/
DCommandLine.cpp2109 void cl::SetVersionPrinter(void (*func)()) { OverrideVersionPrinter = func; } in SetVersionPrinter() function in cl
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp2075 void cl::SetVersionPrinter(void (*func)()) { OverrideVersionPrinter = func; } in SetVersionPrinter() function in cl
/external/llvm-project/llvm/lib/Support/
DCommandLine.cpp2558 void cl::SetVersionPrinter(VersionPrinterTy func) { OverrideVersionPrinter = func; } in SetVersionPrinter() function in cl
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCommandLine.cpp2540 void cl::SetVersionPrinter(VersionPrinterTy func) { OverrideVersionPrinter = func; } in SetVersionPrinter() function in cl