Home
last modified time | relevance | path

Searched refs:UserStylesheets (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-doc/tool/
DClangDocMain.cpp78 static llvm::cl::list<std::string> UserStylesheets( variable
217 {UserStylesheets.begin(), UserStylesheets.end()}, in main()
234 CDCtx.UserStylesheets.insert(CDCtx.UserStylesheets.begin(), in main()
/external/llvm-project/clang-tools-extra/unittests/clang-doc/
DHTMLGeneratorTest.cpp30 getClangDocContext(std::vector<std::string> UserStylesheets = {}, in getClangDocContext() argument
33 {}, "test-project", {}, {}, {}, RepositoryUrl, UserStylesheets, {}};
34 CDCtx.UserStylesheets.insert(
35 CDCtx.UserStylesheets.begin(),
/external/llvm-project/clang-tools-extra/clang-doc/
DRepresentation.cpp326 std::vector<std::string> UserStylesheets, in ClangDocContext() argument
329 OutDirectory(OutDirectory), UserStylesheets(UserStylesheets), in ClangDocContext()
DRepresentation.h431 std::vector<std::string> UserStylesheets,
444 std::vector<std::string> UserStylesheets; member
DHTMLGenerator.cpp273 for (const auto &FilePath : CDCtx.UserStylesheets) { in genStylesheetsHTML()
993 for (const auto &FilePath : CDCtx.UserStylesheets) { in createResources()