Home
last modified time | relevance | path

Searched refs:VersionPrinterTy (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A DCommandLine.cpp2572 VersionPrinterTy OverrideVersionPrinter = nullptr;
2574 std::vector<VersionPrinterTy> ExtraVersionPrinters;
2683 void cl::SetVersionPrinter(VersionPrinterTy func) { in SetVersionPrinter()
2687 void cl::AddExtraVersionPrinter(VersionPrinterTy func) { in AddExtraVersionPrinter()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DCommandLine.h77 using VersionPrinterTy = std::function<void(raw_ostream &)>; variable
83 void SetVersionPrinter(VersionPrinterTy func);
90 void AddExtraVersionPrinter(VersionPrinterTy func);