Searched refs:RepositoryUrl (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-doc/ |
| H A D | Representation.cpp | 325 StringRef RepositoryUrl, in ClangDocContext() argument 336 if (!RepositoryUrl.empty()) { in ClangDocContext() 337 this->RepositoryUrl = std::string(RepositoryUrl); in ClangDocContext() 338 if (!RepositoryUrl.empty() && RepositoryUrl.find("http://") != 0 && in ClangDocContext() 339 RepositoryUrl.find("https://") != 0) in ClangDocContext() 340 this->RepositoryUrl->insert(0, "https://"); in ClangDocContext()
|
| H A D | HTMLGenerator.cpp | 438 llvm::Optional<StringRef> RepositoryUrl = None) { in writeFileDefinition() argument 439 if (!L.IsFileInRootDir || !RepositoryUrl) in writeFileDefinition() 443 SmallString<128> FileURL(*RepositoryUrl); in writeFileDefinition() 655 if (!CDCtx.RepositoryUrl) in genHTML() 659 I.DefLoc.value(), StringRef{CDCtx.RepositoryUrl.value()})); in genHTML() 704 if (!CDCtx.RepositoryUrl) in genHTML() 708 I.DefLoc.value(), StringRef{CDCtx.RepositoryUrl.value()})); in genHTML() 770 if (!CDCtx.RepositoryUrl) in genHTML() 774 I.DefLoc.value(), StringRef{CDCtx.RepositoryUrl.value()})); in genHTML()
|
| H A D | MDGenerator.cpp | 56 if (!CDCtx.RepositoryUrl) { in writeFileDefinition() 61 << "](" << StringRef{*CDCtx.RepositoryUrl} in writeFileDefinition()
|
| H A D | Representation.h | 430 StringRef RepositoryUrl, 441 llvm::Optional<std::string> RepositoryUrl; member
|
| /llvm-project-15.0.7/clang-tools-extra/clang-doc/tool/ |
| H A D | ClangDocMain.cpp | 90 RepositoryUrl("repository", llvm::cl::desc(R"( variable 216 RepositoryUrl, in main()
|
| /llvm-project-15.0.7/clang-tools-extra/unittests/clang-doc/ |
| H A D | HTMLGeneratorTest.cpp | 31 StringRef RepositoryUrl = "") { argument 33 {}, "test-project", {}, {}, {}, RepositoryUrl, UserStylesheets, {}};
|