HomeSort by: relevance | last modified time | path
    Searched refs:getClangFullRepositoryVersion (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Version.h 45 std::string getClangFullRepositoryVersion();
  /src/external/apache2/llvm/dist/clang/lib/Basic/
Version.cpp 60 std::string getClangFullRepositoryVersion() {
100 std::string repo = getClangFullRepositoryVersion();
118 std::string repo = getClangFullRepositoryVersion();
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
FrontendActions.cpp 527 << (FullVersion == getClangFullRepositoryVersion()? "this"
InitPreprocessor.cpp 651 + getClangFullRepositoryVersion() + "\"");
CompilerInvocation.cpp 4475 hash_code code = hash_value(getClangFullRepositoryVersion());
4478 // and getClangFullRepositoryVersion() doesn't include git revision.
  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTReader.h 123 return FullVersion != getClangFullRepositoryVersion();
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 1139 getClangFullRepositoryVersion());
ASTReader.cpp 2786 const std::string &CurBranch = getClangFullRepositoryVersion();

Completed in 34 milliseconds