Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DVersion.h45 std::string getClangFullRepositoryVersion();
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendActions.cpp527 << (FullVersion == getClangFullRepositoryVersion()? "this" in ReadFullVersionInformation()
H A DInitPreprocessor.cpp651 + getClangFullRepositoryVersion() + "\""); in InitializePredefinedMacros()
H A DCompilerInvocation.cpp4475 hash_code code = hash_value(getClangFullRepositoryVersion()); in getModuleHash()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h123 return FullVersion != getClangFullRepositoryVersion(); in ReadFullVersionInformation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp1139 getClangFullRepositoryVersion()); in WriteControlBlock()
H A DASTReader.cpp2786 const std::string &CurBranch = getClangFullRepositoryVersion(); in ReadControlBlock()