Home
last modified time | relevance | path

Searched refs:ProjectName (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DRepresentation.cpp323 StringRef ProjectName, bool PublicOnly, in ClangDocContext() argument
328 : ECtx(ECtx), ProjectName(ProjectName), PublicOnly(PublicOnly), in ClangDocContext()
H A DMDGenerator.cpp302 if (!CDCtx.ProjectName.empty()) in serializeIndex()
303 OS << " for " << CDCtx.ProjectName; in serializeIndex()
323 OS << "# " << CDCtx.ProjectName << " C/C++ Reference\n\n"; in genIndex()
H A DRepresentation.h428 ClangDocContext(tooling::ExecutionContext *ECtx, StringRef ProjectName,
434 std::string ProjectName; // Name of project clang-doc is documenting. member
H A DHTMLGenerator.cpp487 static std::unique_ptr<TagNode> genFileHeaderNode(StringRef ProjectName) { in genFileHeaderNode() argument
488 auto HeaderNode = std::make_unique<TagNode>(HTMLTag::TAG_HEADER, ProjectName); in genFileHeaderNode()
550 std::unique_ptr<TagNode> HeaderNode = genFileHeaderNode(CDCtx.ProjectName); in genInfoFile()
954 std::unique_ptr<TagNode> HeaderNode = genFileHeaderNode(CDCtx.ProjectName); in GenIndex()
/llvm-project-15.0.7/clang-tools-extra/clang-doc/tool/
H A DClangDocMain.cpp56 ProjectName("project-name", llvm::cl::desc("Name of project."), variable
212 ProjectName, in main()