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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DVersion.h50 std::string getClangFullVersion();
52 /// Like getClangFullVersion(), but with a custom tool name.
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DVersion.cpp88 std::string getClangFullVersion() { function in namespace:clang
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp362 {"version", getClangFullVersion()},
H A DPlistDiagnostics.cpp677 EmitString(o, getClangFullVersion()) << '\n';
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp821 os << ", \"clangVer\": \"" << getClangFullVersion() << '"';
H A DCIndex.cpp9095 return cxstring::createDup(getClangFullVersion());
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp1490 ScriptOS << "# Crash reproducer for " << getClangFullVersion() << "\n"
1642 OS << getClangFullVersion() << '\n';
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp587 std::string Producer = getClangFullVersion();
H A DCodeGenModule.cpp6126 std::string Version = getClangFullVersion();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp7425 CmdArgs.push_back(Args.MakeArgString(getClangFullVersion()));

Completed in 255 milliseconds