Home
last modified time | relevance | path

Searched refs:RepositoryUrl (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DRepresentation.cpp325 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 DHTMLGenerator.cpp438 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 DMDGenerator.cpp56 if (!CDCtx.RepositoryUrl) { in writeFileDefinition()
61 << "](" << StringRef{*CDCtx.RepositoryUrl} in writeFileDefinition()
H A DRepresentation.h430 StringRef RepositoryUrl,
441 llvm::Optional<std::string> RepositoryUrl; member
/llvm-project-15.0.7/clang-tools-extra/clang-doc/tool/
H A DClangDocMain.cpp90 RepositoryUrl("repository", llvm::cl::desc(R"( variable
216 RepositoryUrl, in main()
/llvm-project-15.0.7/clang-tools-extra/unittests/clang-doc/
H A DHTMLGeneratorTest.cpp31 StringRef RepositoryUrl = "") { argument
33 {}, "test-project", {}, {}, {}, RepositoryUrl, UserStylesheets, {}};