clang-tools 22.0.0git
clang::doc::ClangDocContext Struct Reference

#include <Representation.h>

Public Member Functions

 ClangDocContext ()=default
 ClangDocContext (tooling::ExecutionContext *ECtx, StringRef ProjectName, bool PublicOnly, StringRef OutDirectory, StringRef SourceRoot, StringRef RepositoryUrl, StringRef RepositoryCodeLinePrefix, StringRef Base, std::vector< std::string > UserStylesheets, bool FTimeTrace=false)

Public Attributes

tooling::ExecutionContext * ECtx
std::string ProjectName
bool PublicOnly
bool FTimeTrace
int Granularity
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
Index Idx

Detailed Description

Definition at line 607 of file Representation.h.

Constructor & Destructor Documentation

◆ ClangDocContext() [1/2]

clang::doc::ClangDocContext::ClangDocContext ( )
default

◆ ClangDocContext() [2/2]

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,
bool FTimeTrace = false )

Member Data Documentation

◆ Base

StringRef clang::doc::ClangDocContext::Base

Definition at line 633 of file Representation.h.

Referenced by ClangDocContext(), ClangDocContext(), and clang::doc::serializeIndex().

◆ ECtx

tooling::ExecutionContext* clang::doc::ClangDocContext::ECtx

Definition at line 614 of file Representation.h.

Referenced by ClangDocContext(), and ClangDocContext().

◆ FTimeTrace

bool clang::doc::ClangDocContext::FTimeTrace

Definition at line 617 of file Representation.h.

Referenced by ClangDocContext(), and ClangDocContext().

◆ Granularity

int clang::doc::ClangDocContext::Granularity

Definition at line 618 of file Representation.h.

◆ Idx

Index clang::doc::ClangDocContext::Idx

Definition at line 637 of file Representation.h.

Referenced by clang::doc::genIndex(), and clang::doc::serializeIndex().

◆ JsScripts

◆ MustacheTemplates

llvm::StringMap<std::string> clang::doc::ClangDocContext::MustacheTemplates

Definition at line 636 of file Representation.h.

Referenced by getMustacheHtmlFiles(), and clang::doc::setupTemplateFiles().

◆ OutDirectory

◆ ProjectName

◆ PublicOnly

bool clang::doc::ClangDocContext::PublicOnly

Definition at line 616 of file Representation.h.

Referenced by ClangDocContext(), and ClangDocContext().

◆ RepositoryLinePrefix

std::optional<std::string> clang::doc::ClangDocContext::RepositoryLinePrefix

◆ RepositoryUrl

std::optional<std::string> clang::doc::ClangDocContext::RepositoryUrl

◆ SourceRoot

std::string clang::doc::ClangDocContext::SourceRoot

Definition at line 620 of file Representation.h.

Referenced by ClangDocContext(), and ClangDocContext().

◆ UserStylesheets


The documentation for this struct was generated from the following files: