Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DVersion.cpp60 std::string getClangFullRepositoryVersion() { in getClangFullRepositoryVersion() function
82 << getClangFullRepositoryVersion() << ')'; in getClangFullVersion()
101 << getClangFullRepositoryVersion() << ')'; in getClangFullCPPVersion()
/external/clang/include/clang/Basic/
DVersion.h55 std::string getClangFullRepositoryVersion();
/external/clang/lib/Frontend/
DInitPreprocessor.cpp402 + getClangFullRepositoryVersion() + ")\""); in InitializePredefinedMacros()
/external/clang/lib/Serialization/
DASTWriter.cpp1024 getClangFullRepositoryVersion()); in WriteMetadata()
DASTReader.cpp2343 const std::string &CurBranch = getClangFullRepositoryVersion(); in ReadASTBlock()