|
clang-tools 23.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 | getHtmlFiles (llvm::StringRef AssetsPath, clang::doc::ClangDocContext &CDCtx) |
| void | getMdFiles (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 getHtmlFiles | ( | llvm::StringRef | AssetsPath, |
| clang::doc::ClangDocContext & | CDCtx ) |
| void getMdFiles | ( | llvm::StringRef | AssetsPath, |
| clang::doc::ClangDocContext & | CDCtx ) |
Definition at line 81 of file Utils.cpp.
References appendPathPosix(), and clang::doc::ClangDocContext::MustacheTemplates.