Home
last modified time | relevance | path

Searched refs:getClangRevision (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/Basic/
HDVersion.cpp44 std::string getClangRevision() { in getClangRevision() function
72 std::string Revision = getClangRevision(); in getClangFullRepositoryVersion()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDVersion.h34 std::string getClangRevision();
/freebsd-14-stable/contrib/llvm-project/lldb/source/Version/
HDVersion.cpp59 std::string clang_rev(clang::getClangRevision()); in GetVersion()