Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DHTMLGenerator.cpp292 SmallString<128> ScriptPath = computeRelativePath("", InfoPath); in genJsScriptsHTML() local
293 llvm::sys::path::append(ScriptPath, llvm::sys::path::filename(FilePath)); in genJsScriptsHTML()
295 llvm::sys::path::native(ScriptPath, llvm::sys::path::Style::posix); in genJsScriptsHTML()
296 ScriptNode->Attributes.emplace_back("src", std::string(ScriptPath.str())); in genJsScriptsHTML()