Home
last modified time | relevance | path

Searched defs:ClangDocContext (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-doc/
DRepresentation.h426 struct ClangDocContext { struct
433 tooling::ExecutionContext *ECtx;
434 std::string ProjectName; // Name of project clang-doc is documenting.
435 bool PublicOnly; // Indicates if only public declarations are documented.
436 std::string OutDirectory; // Directory for outputting generated files.
437 std::string SourceRoot; // Directory where processed files are stored. Links
441 llvm::Optional<std::string> RepositoryUrl;
444 std::vector<std::string> UserStylesheets;
446 std::vector<std::string> JsScripts;
448 std::vector<std::string> FilesToCopy;
[all …]
DRepresentation.cpp322 ClangDocContext::ClangDocContext(tooling::ExecutionContext *ECtx, in ClangDocContext() function in clang::doc::ClangDocContext