Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DVersion.h45 std::string getClangFullRepositoryVersion();
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendActions.cpp636 << (FullVersion == getClangFullRepositoryVersion()? "this" in ReadFullVersionInformation()
H A DInitPreprocessor.cpp744 + getClangFullRepositoryVersion() + "\""); in InitializePredefinedMacros()
H A DCompilerInvocation.cpp4559 HBuilder.add(getClangFullRepositoryVersion()); in getModuleHash()
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTReader.h122 return FullVersion != getClangFullRepositoryVersion(); in ReadFullVersionInformation()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp1222 getClangFullRepositoryVersion()); in WriteControlBlock()
H A DASTReader.cpp2826 const std::string &CurBranch = getClangFullRepositoryVersion(); in ReadControlBlock()