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

/freebsd-11-stable/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp443 static void PrintVersion(raw_ostream &OS) { function
484 cl::SetVersionPrinter(PrintVersion);
/freebsd-11-stable/contrib/dialog/
H A Ddialog.c1265 PrintVersion(FILE *fp) function
1505 PrintVersion(dialog_state.output);
1758 PrintVersion(dialog_state.output);
1810 PrintVersion(dialog_state.output);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h463 /// PrintVersion - Print the driver version.
464 void PrintVersion(const Compilation &C, raw_ostream &OS) const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1268 PrintVersion(C, llvm::errs());
1547 void Driver::PrintVersion(const Compilation &C, raw_ostream &OS) const { function in class:Driver
1690 PrintVersion(C, llvm::outs());
1697 PrintVersion(C, llvm::errs());

Completed in 340 milliseconds