Home | History | Annotate | Download | only in Basic

Lines Matching refs:URL

32   StringRef URL(SVN_REPOSITORY);
34 StringRef URL("");
39 StringRef SVNRepository("$URL$");
40 if (URL.empty()) {
41 URL = SVNRepository.slice(SVNRepository.find(':'),
46 URL = URL.slice(0, URL.find("/src/tools/clang"));
49 size_t Start = URL.find("cfe/");
51 URL = URL.substr(Start + 4);
53 return URL;
59 StringRef URL(LLVM_REPOSITORY);
61 StringRef URL("");
67 size_t Start = URL.find("llvm/");
69 URL = URL.substr(Start);
71 return URL;