Home | History | Annotate | Download | only in Basic

Lines Matching refs:string

27 std::string getClangRepositoryPath() {
57 std::string getLLVMRepositoryPath() {
74 std::string getClangRevision() {
82 std::string getLLVMRevision() {
90 std::string getClangFullRepositoryVersion() {
91 std::string buf;
93 std::string Path = getClangRepositoryPath();
94 std::string Revision = getClangRevision();
107 std::string LLVMRev = getLLVMRevision();
110 std::string LLVMRepo = getLLVMRepositoryPath();
118 std::string getClangFullVersion() {
122 std::string getClangToolFullVersion(StringRef ToolName) {
123 std::string buf;
139 std::string getClangFullCPPVersion() {
140 // The version string we report in __VERSION__ is just a compacted version of
142 std::string buf;