Home
last modified time | relevance | path

Searched refs:getClangFullVersion (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DVersion.h50 std::string getClangFullVersion();
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DVersion.cpp88 std::string getClangFullVersion() { in getClangFullVersion() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp362 {"version", getClangFullVersion()}, in createTool()
H A DPlistDiagnostics.cpp677 EmitString(o, getClangFullVersion()) << '\n'; in FlushDiagnosticsImpl()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp821 os << ", \"clangVer\": \"" << getClangFullVersion() << '"'; in clang_codeCompleteAt_Impl()
H A DCIndex.cpp9095 return cxstring::createDup(getClangFullVersion()); in clang_getClangVersion()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp1490 ScriptOS << "# Crash reproducer for " << getClangFullVersion() << "\n" in generateCompilationDiagnostics()
1642 OS << getClangFullVersion() << '\n'; in PrintVersion()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp587 std::string Producer = getClangFullVersion(); in CreateCompileUnit()
H A DCodeGenModule.cpp6126 std::string Version = getClangFullVersion(); in EmitVersionIdentMetadata()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp7425 CmdArgs.push_back(Args.MakeArgString(getClangFullVersion())); in ConstructJob()