HomeSort by relevance Sort by last modified time
    Searched refs:PrintVersion (Results 1 - 3 of 3) sorted by null

  /external/clang/tools/clang-format/
ClangFormat.cpp 265 static void PrintVersion() {
275 cl::SetVersionPrinter(PrintVersion);
  /external/clang/include/clang/Driver/
Driver.h 330 /// PrintVersion - Print the driver version.
331 void PrintVersion(const Compilation &C, raw_ostream &OS) const;
  /external/clang/lib/Driver/
Driver.cpp 422 PrintVersion(C, llvm::errs());
669 void Driver::PrintVersion(const Compilation &C, raw_ostream &OS) const {
728 PrintVersion(C, llvm::outs());
734 PrintVersion(C, llvm::errs());
    [all...]

Completed in 136 milliseconds