Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-offload-wrapper/
H A DClangOffloadWrapper.cpp316 cl::SetVersionPrinter([](raw_ostream &OS) { in main()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format/
H A DClangFormat.cpp506 cl::SetVersionPrinter(PrintVersion); in main()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp1019 cl::SetVersionPrinter(PrintVersion); in main()
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCommandLine.h85 void SetVersionPrinter(VersionPrinterTy func);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp2577 void cl::SetVersionPrinter(VersionPrinterTy func) { OverrideVersionPrinter = func; } in SetVersionPrinter() function in cl