Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DVersion.cpp68 std::string getClangFullRepositoryVersion() { in getClangFullRepositoryVersion() function
105 std::string repo = getClangFullRepositoryVersion(); in getClangToolFullVersion()
120 std::string repo = getClangFullRepositoryVersion(); in getClangFullCPPVersion()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DVersion.h48 std::string getClangFullRepositoryVersion();
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp329 HashBuilder.add(getClangFullRepositoryVersion()); in getModuleContextHash()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp582 << (FullVersion == getClangFullRepositoryVersion()? "this" in ReadFullVersionInformation()
H A DInitPreprocessor.cpp786 + getClangFullRepositoryVersion() + "\""); in InitializePredefinedMacros()
H A DCompilerInvocation.cpp4713 HBuilder.add(getClangFullRepositoryVersion()); in getModuleHash()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h123 return FullVersion != getClangFullRepositoryVersion(); in ReadFullVersionInformation()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1320 getClangFullRepositoryVersion()); in WriteControlBlock()
H A DASTReader.cpp3011 const std::string &CurBranch = getClangFullRepositoryVersion(); in ReadControlBlock()