HomeSort by: relevance | last modified time | path
    Searched refs:PrintVersion (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/clang-format/
ClangFormat.cpp 465 static void PrintVersion(raw_ostream &OS) {
506 cl::SetVersionPrinter(PrintVersion);
  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
Driver.h 471 /// PrintVersion - Print the driver version.
472 void PrintVersion(const Compilation &C, raw_ostream &OS) const;
  /src/external/apache2/llvm/dist/clang/tools/clang-offload-bundler/
ClangOffloadBundler.cpp 1011 static void PrintVersion(raw_ostream &OS) {
1019 cl::SetVersionPrinter(PrintVersion);
  /src/external/apache2/llvm/dist/clang/lib/Driver/
Driver.cpp 1354 PrintVersion(C, llvm::errs());
1636 void Driver::PrintVersion(const Compilation &C, raw_ostream &OS) const {
1788 PrintVersion(C, llvm::outs());
1795 PrintVersion(C, llvm::errs());
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Clang.cpp 2578 D.PrintVersion(C, llvm::outs());

Completed in 28 milliseconds