Searched refs:RepositoryUrl (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/clang-tools-extra/clang-doc/ |
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()
|
D | HTMLGenerator.cpp | 438 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()
|
D | MDGenerator.cpp | 56 if (!CDCtx.RepositoryUrl) { in writeFileDefinition() 61 << "](" << StringRef{CDCtx.RepositoryUrl.getValue()} in writeFileDefinition()
|
D | Representation.h | 430 StringRef RepositoryUrl, 441 llvm::Optional<std::string> RepositoryUrl; member
|
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/interoptest/grpc_interop_aspnetcore/ |
D | build_interop.sh | 42 …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/ |
D | Google.Protobuf.csproj | 20 <RepositoryUrl>https://github.com/protocolbuffers/protobuf.git</RepositoryUrl>
|
/external/llvm-project/clang-tools-extra/clang-doc/tool/ |
D | ClangDocMain.cpp | 90 RepositoryUrl("repository", llvm::cl::desc(R"( variable 216 RepositoryUrl, in main()
|
/external/llvm-project/clang-tools-extra/unittests/clang-doc/ |
D | HTMLGeneratorTest.cpp | 31 StringRef RepositoryUrl = "") { argument 33 {}, "test-project", {}, {}, {}, RepositoryUrl, UserStylesheets, {}};
|