Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DVersion.cpp90 std::string getClangFullRepositoryVersion() { in getClangFullRepositoryVersion() function
129 << getClangFullRepositoryVersion(); in getClangToolFullVersion()
147 OS << "Clang " CLANG_VERSION_STRING " " << getClangFullRepositoryVersion(); in getClangFullCPPVersion()
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DVersion.h66 std::string getClangFullRepositoryVersion();
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DFrontendActions.cpp436 << (FullVersion == getClangFullRepositoryVersion()? "this" in ReadFullVersionInformation()
H A DInitPreprocessor.cpp474 + getClangFullRepositoryVersion() + "\""); in InitializePredefinedMacros()
H A DCompilerInvocation.cpp1946 hash_code code = hash_value(getClangFullRepositoryVersion()); in getModuleHash()
/minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h108 return FullVersion != getClangFullRepositoryVersion(); in ReadFullVersionInformation()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp1160 getClangFullRepositoryVersion()); in WriteControlBlock()
H A DASTReader.cpp2381 const std::string &CurBranch = getClangFullRepositoryVersion(); in ReadControlBlock()