Home
last modified time | relevance | path

Searched refs:JsScripts (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DRepresentation.cpp327 std::vector<std::string> JsScripts) in ClangDocContext() argument
330 JsScripts(JsScripts) { in ClangDocContext()
H A DRepresentation.h432 std::vector<std::string> JsScripts);
446 std::vector<std::string> JsScripts; member
H A DHTMLGenerator.cpp290 for (const auto &FilePath : CDCtx.JsScripts) { in genJsScriptsHTML()
/llvm-project-15.0.7/clang-tools-extra/unittests/clang-doc/
H A DHTMLGeneratorTest.cpp37 CDCtx.JsScripts.emplace_back("index.js");