Home
last modified time | relevance | path

Searched refs:getClangFullRepositoryVersion (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DVersion.cpp60 std::string getClangFullRepositoryVersion() { in getClangFullRepositoryVersion() function
100 std::string repo = getClangFullRepositoryVersion(); in getClangToolFullVersion()
118 std::string repo = getClangFullRepositoryVersion(); in getClangFullCPPVersion()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DVersion.h45 std::string getClangFullRepositoryVersion();
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp549 << (FullVersion == getClangFullRepositoryVersion()? "this" in ReadFullVersionInformation()
H A DInitPreprocessor.cpp653 + getClangFullRepositoryVersion() + "\""); in InitializePredefinedMacros()
H A DCompilerInvocation.cpp4473 hash_code code = hash_value(getClangFullRepositoryVersion()); in getModuleHash()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h123 return FullVersion != getClangFullRepositoryVersion(); in ReadFullVersionInformation()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1139 getClangFullRepositoryVersion()); in WriteControlBlock()
H A DASTReader.cpp2788 const std::string &CurBranch = getClangFullRepositoryVersion(); in ReadControlBlock()