clang-tools 22.0.0git
|
Go to the source code of this file.
Functions | |
llvm::SmallString< 128 > | appendPathNative (llvm::StringRef Base, llvm::StringRef Path) |
Appends Path to Base and returns the appended path. | |
llvm::SmallString< 128 > | appendPathPosix (llvm::StringRef Base, llvm::StringRef Path) |
Appends Path to Base and returns the appended path in posix style. | |
void | getMustacheHtmlFiles (llvm::StringRef AssetsPath, clang::doc::ClangDocContext &CDCtx) |
llvm::SmallString< 128 > appendPathNative | ( | llvm::StringRef | Base, |
llvm::StringRef | Path ) |
Appends Path
to Base
and returns the appended path.
llvm::SmallString< 128 > appendPathPosix | ( | llvm::StringRef | Base, |
llvm::StringRef | Path ) |
Appends Path
to Base
and returns the appended path in posix style.
void getMustacheHtmlFiles | ( | llvm::StringRef | AssetsPath, |
clang::doc::ClangDocContext & | CDCtx ) |