Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-doc/
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()
DHTMLGenerator.cpp438 llvm::Optional<StringRef> RepositoryUrl = None) { in writeFileDefinition() argument
439 if (!L.IsFileInRootDir || !RepositoryUrl) in writeFileDefinition()
443 SmallString<128> FileURL(RepositoryUrl.getValue()); in writeFileDefinition()
655 if (!CDCtx.RepositoryUrl) in genHTML()
659 I.DefLoc.getValue(), StringRef{CDCtx.RepositoryUrl.getValue()})); in genHTML()
704 if (!CDCtx.RepositoryUrl) in genHTML()
708 I.DefLoc.getValue(), StringRef{CDCtx.RepositoryUrl.getValue()})); in genHTML()
770 if (!CDCtx.RepositoryUrl) in genHTML()
774 I.DefLoc.getValue(), StringRef{CDCtx.RepositoryUrl.getValue()})); in genHTML()
DMDGenerator.cpp56 if (!CDCtx.RepositoryUrl) { in writeFileDefinition()
61 << "](" << StringRef{CDCtx.RepositoryUrl.getValue()} in writeFileDefinition()
DRepresentation.h430 StringRef RepositoryUrl,
441 llvm::Optional<std::string> RepositoryUrl; member
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/interoptest/grpc_interop_aspnetcore/
Dbuild_interop.sh42 …sWebsite testassets/InteropTestsWebsite/InteropTestsWebsite.csproj -p:RepositoryUrl=https://github…
43 …estsClient testassets/InteropTestsClient/InteropTestsClient.csproj -p:RepositoryUrl=https://github…
/external/protobuf/csharp/src/Google.Protobuf/
DGoogle.Protobuf.csproj20 <RepositoryUrl>https://github.com/protocolbuffers/protobuf.git</RepositoryUrl>
/external/llvm-project/clang-tools-extra/clang-doc/tool/
DClangDocMain.cpp90 RepositoryUrl("repository", llvm::cl::desc(R"( variable
216 RepositoryUrl, in main()
/external/llvm-project/clang-tools-extra/unittests/clang-doc/
DHTMLGeneratorTest.cpp31 StringRef RepositoryUrl = "") { argument
33 {}, "test-project", {}, {}, {}, RepositoryUrl, UserStylesheets, {}};