Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp2472 static VersionPrinterTy OverrideVersionPrinter = nullptr;
2474 static std::vector<VersionPrinterTy> *ExtraVersionPrinters = nullptr;
2577 void cl::SetVersionPrinter(VersionPrinterTy func) { OverrideVersionPrinter = func; } in SetVersionPrinter()
2579 void cl::AddExtraVersionPrinter(VersionPrinterTy func) { in AddExtraVersionPrinter()
2581 ExtraVersionPrinters = new std::vector<VersionPrinterTy>; in AddExtraVersionPrinter()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCommandLine.h78 using VersionPrinterTy = std::function<void(raw_ostream &)>; variable
85 void SetVersionPrinter(VersionPrinterTy func);
94 void AddExtraVersionPrinter(VersionPrinterTy func);