Home
last modified time | relevance | path

Searched refs:PrintVersion (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format/
H A DClangFormat.cpp465 static void PrintVersion(raw_ostream &OS) { in PrintVersion() function
506 cl::SetVersionPrinter(PrintVersion); in main()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DDriver.h472 void PrintVersion(const Compilation &C, raw_ostream &OS) const;
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp1011 static void PrintVersion(raw_ostream &OS) { in PrintVersion() function
1019 cl::SetVersionPrinter(PrintVersion); in main()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp1354 PrintVersion(C, llvm::errs()); in generateCompilationDiagnostics()
1636 void Driver::PrintVersion(const Compilation &C, raw_ostream &OS) const { in PrintVersion() function in Driver
1788 PrintVersion(C, llvm::outs()); in HandleImmediateArgs()
1795 PrintVersion(C, llvm::errs()); in HandleImmediateArgs()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp2578 D.PrintVersion(C, llvm::outs()); in CollectArgsForIntegratedAssembler()