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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DVersion.h45 std::string getClangFullRepositoryVersion();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DVersion.cpp60 std::string getClangFullRepositoryVersion() { function in namespace:clang
100 std::string repo = getClangFullRepositoryVersion();
118 std::string repo = getClangFullRepositoryVersion();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendActions.cpp527 << (FullVersion == getClangFullRepositoryVersion()? "this"
H A DInitPreprocessor.cpp651 + getClangFullRepositoryVersion() + "\"");
H A DCompilerInvocation.cpp4475 hash_code code = hash_value(getClangFullRepositoryVersion());
4478 // and getClangFullRepositoryVersion() doesn't include git revision.
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h123 return FullVersion != getClangFullRepositoryVersion();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp1139 getClangFullRepositoryVersion());
H A DASTReader.cpp2786 const std::string &CurBranch = getClangFullRepositoryVersion();

Completed in 226 milliseconds