Searched refs:SetVersionPrinter (Results 1 – 16 of 16) sorted by relevance
91 cl::SetVersionPrinter(printVersion); in main()
315 cl::SetVersionPrinter([](raw_ostream &OS) { in main()
325 cl::SetVersionPrinter(PrintVersion); in main()
497 cl::SetVersionPrinter(PrintVersion); in main()
597 llvm::cl::SetVersionPrinter([](llvm::raw_ostream &OS) { in main()
927 cl::SetVersionPrinter(PrintVersion); in main()
64 void SetVersionPrinter(void (*func)());
69 void SetVersionPrinter(void (*func)());
1372 The ``cl::SetVersionPrinter`` function1375 The ``cl::SetVersionPrinter`` function is designed to be called directly from1383 that function to ``cl::SetVersionPrinter`` to arrange for it to be called when
1362 The ``cl::SetVersionPrinter`` function1365 The ``cl::SetVersionPrinter`` function is designed to be called directly from1373 that function to ``cl::SetVersionPrinter`` to arrange for it to be called when
90 void SetVersionPrinter(VersionPrinterTy func);
82 void SetVersionPrinter(VersionPrinterTy func);
2109 void cl::SetVersionPrinter(void (*func)()) { OverrideVersionPrinter = func; } in SetVersionPrinter() function in cl
2075 void cl::SetVersionPrinter(void (*func)()) { OverrideVersionPrinter = func; } in SetVersionPrinter() function in cl
2558 void cl::SetVersionPrinter(VersionPrinterTy func) { OverrideVersionPrinter = func; } in SetVersionPrinter() function in cl
2540 void cl::SetVersionPrinter(VersionPrinterTy func) { OverrideVersionPrinter = func; } in SetVersionPrinter() function in cl