Searched refs:ProjectName (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-doc/ |
| H A D | Representation.cpp | 323 StringRef ProjectName, bool PublicOnly, in ClangDocContext() argument 328 : ECtx(ECtx), ProjectName(ProjectName), PublicOnly(PublicOnly), in ClangDocContext()
|
| H A D | MDGenerator.cpp | 302 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 D | Representation.h | 428 ClangDocContext(tooling::ExecutionContext *ECtx, StringRef ProjectName, 434 std::string ProjectName; // Name of project clang-doc is documenting. member
|
| H A D | HTMLGenerator.cpp | 487 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 D | ClangDocMain.cpp | 56 ProjectName("project-name", llvm::cl::desc("Name of project."), variable 212 ProjectName, in main()
|