Searched refs:SetVersionPrinter (Results 1 – 4 of 4) sorted by relevance
69 void SetVersionPrinter(void (*func)());
90 void SetVersionPrinter(VersionPrinterTy func);
2075 void cl::SetVersionPrinter(void (*func)()) { OverrideVersionPrinter = func; } in SetVersionPrinter() function in cl
2540 void cl::SetVersionPrinter(VersionPrinterTy func) { OverrideVersionPrinter = func; } in SetVersionPrinter() function in cl