Searched defs:ClangDocContext (Results 1 – 2 of 2) sorted by relevance
426 struct ClangDocContext { struct433 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. Links441 llvm::Optional<std::string> RepositoryUrl;444 std::vector<std::string> UserStylesheets;446 std::vector<std::string> JsScripts;448 std::vector<std::string> FilesToCopy;[all …]
322 ClangDocContext::ClangDocContext(tooling::ExecutionContext *ECtx, in ClangDocContext() function in clang::doc::ClangDocContext