Searched refs:PrintVersion (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp443 static void PrintVersion(raw_ostream &OS) { function
484 cl::SetVersionPrinter(PrintVersion);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h461 /// PrintVersion - Print the driver version.
462 void PrintVersion(const Compilation &C, raw_ostream &OS) const;
/freebsd-13-stable/contrib/dialog/
H A Ddialog.c1436 PrintVersion(FILE *fp) function
1675 PrintVersion(dialog_state.output);
1942 PrintVersion(dialog_state.output);
1993 PrintVersion(dialog_state.output);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1300 PrintVersion(C, llvm::errs());
1576 void Driver::PrintVersion(const Compilation &C, raw_ostream &OS) const { function in class:Driver
1719 PrintVersion(C, llvm::outs());
1726 PrintVersion(C, llvm::errs());

Completed in 138 milliseconds