Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/tools/clang-format/
H A DClangFormat.cpp283 cl::SetVersionPrinter(PrintVersion); in main()
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp1817 void cl::SetVersionPrinter(void (*func)()) { OverrideVersionPrinter = func; } in SetVersionPrinter() function in cl
/minix3/external/bsd/llvm/dist/llvm/docs/
H A 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
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DCommandLine.h58 void SetVersionPrinter(void (*func)());