clang-tools 22.0.0git
|
#include "Utils.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Path.h"
Go to the source code of this file.
Functions | |
SmallString< 128 > | appendPathNative (StringRef Base, StringRef Path) |
SmallString< 128 > | appendPathPosix (StringRef Base, StringRef Path) |
void | getMustacheHtmlFiles (StringRef AssetsPath, clang::doc::ClangDocContext &CDCtx) |
SmallString< 128 > appendPathNative | ( | StringRef | Base, |
StringRef | Path ) |
SmallString< 128 > appendPathPosix | ( | StringRef | Base, |
StringRef | Path ) |
Definition at line 24 of file Utils.cpp.
Referenced by getMustacheHtmlFiles().
void getMustacheHtmlFiles | ( | StringRef | AssetsPath, |
clang::doc::ClangDocContext & | CDCtx ) |
Definition at line 31 of file Utils.cpp.
References appendPathPosix(), clang::doc::ClangDocContext::JsScripts, clang::doc::ClangDocContext::MustacheTemplates, and clang::doc::ClangDocContext::UserStylesheets.