|
clang-tools 22.0.0git
|
#include <Representation.h>
Public Member Functions | |
| ClangDocContext (tooling::ExecutionContext *ECtx, StringRef ProjectName, bool PublicOnly, StringRef OutDirectory, StringRef SourceRoot, StringRef RepositoryUrl, StringRef RepositoryCodeLinePrefix, StringRef Base, std::vector< std::string > UserStylesheets, clang::DiagnosticsEngine &Diags, bool FTimeTrace=false) | |
Public Attributes | |
| tooling::ExecutionContext * | ECtx |
| std::string | ProjectName |
| std::string | OutDirectory |
| std::string | SourceRoot |
| std::optional< std::string > | RepositoryUrl |
| std::optional< std::string > | RepositoryLinePrefix |
| std::vector< std::string > | UserStylesheets |
| std::vector< std::string > | JsScripts |
| StringRef | Base |
| llvm::StringMap< std::string > | MustacheTemplates |
| clang::DiagnosticsEngine & | Diags |
| Index | Idx |
| int | Granularity |
| bool | PublicOnly |
| bool | FTimeTrace |
Definition at line 609 of file Representation.h.
| clang::doc::ClangDocContext::ClangDocContext | ( | tooling::ExecutionContext * | ECtx, |
| StringRef | ProjectName, | ||
| bool | PublicOnly, | ||
| StringRef | OutDirectory, | ||
| StringRef | SourceRoot, | ||
| StringRef | RepositoryUrl, | ||
| StringRef | RepositoryCodeLinePrefix, | ||
| StringRef | Base, | ||
| std::vector< std::string > | UserStylesheets, | ||
| clang::DiagnosticsEngine & | Diags, | ||
| bool | FTimeTrace = false ) |
Definition at line 474 of file Representation.cpp.
References Base, Diags, ECtx, FTimeTrace, OutDirectory, ProjectName, PublicOnly, RepositoryLinePrefix, RepositoryUrl, SourceRoot, and UserStylesheets.
| StringRef clang::doc::ClangDocContext::Base |
Definition at line 631 of file Representation.h.
Referenced by ClangDocContext().
| clang::DiagnosticsEngine& clang::doc::ClangDocContext::Diags |
Definition at line 636 of file Representation.h.
Referenced by ClangDocContext(), and clang::doc::MustacheGenerator::generateDocumentation().
| tooling::ExecutionContext* clang::doc::ClangDocContext::ECtx |
Definition at line 615 of file Representation.h.
Referenced by ClangDocContext().
| bool clang::doc::ClangDocContext::FTimeTrace |
Definition at line 640 of file Representation.h.
Referenced by ClangDocContext().
| int clang::doc::ClangDocContext::Granularity |
Definition at line 638 of file Representation.h.
| Index clang::doc::ClangDocContext::Idx |
Definition at line 637 of file Representation.h.
Referenced by clang::doc::genIndex(), and clang::doc::serializeIndex().
| std::vector<std::string> clang::doc::ClangDocContext::JsScripts |
Definition at line 629 of file Representation.h.
Referenced by clang::doc::HTMLGenerator::createResources(), getHtmlFiles(), and clang::doc::HTMLGenerator::setupTemplateResources().
| llvm::StringMap<std::string> clang::doc::ClangDocContext::MustacheTemplates |
Definition at line 634 of file Representation.h.
Referenced by getHtmlFiles(), and clang::doc::HTMLGenerator::setupTemplateFiles().
| std::string clang::doc::ClangDocContext::OutDirectory |
Definition at line 617 of file Representation.h.
Referenced by ClangDocContext(), clang::doc::HTMLGenerator::createResources(), clang::doc::genIndex(), and clang::doc::serializeIndex().
| std::string clang::doc::ClangDocContext::ProjectName |
Definition at line 616 of file Representation.h.
Referenced by ClangDocContext(), clang::doc::genIndex(), clang::doc::serializeIndex(), and clang::doc::HTMLGenerator::setupTemplateResources().
| bool clang::doc::ClangDocContext::PublicOnly |
Definition at line 639 of file Representation.h.
Referenced by ClangDocContext().
| std::optional<std::string> clang::doc::ClangDocContext::RepositoryLinePrefix |
Definition at line 624 of file Representation.h.
Referenced by ClangDocContext(), and clang::doc::writeSourceFileRef().
| std::optional<std::string> clang::doc::ClangDocContext::RepositoryUrl |
Definition at line 622 of file Representation.h.
Referenced by ClangDocContext(), clang::doc::JSONGenerator::generateDocForInfo(), and clang::doc::writeSourceFileRef().
| std::string clang::doc::ClangDocContext::SourceRoot |
Definition at line 618 of file Representation.h.
Referenced by ClangDocContext().
| std::vector<std::string> clang::doc::ClangDocContext::UserStylesheets |
Definition at line 627 of file Representation.h.
Referenced by ClangDocContext(), clang::doc::HTMLGenerator::createResources(), getHtmlFiles(), and clang::doc::HTMLGenerator::setupTemplateResources().