#include "../Representation.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringRef.h"
Go to the source code of this file.
|
| 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) |
◆ appendPathNative()
| llvm::SmallString< 128 > appendPathNative |
( |
llvm::StringRef | Base, |
|
|
llvm::StringRef | Path ) |
Appends Path to Base and returns the appended path.
◆ appendPathPosix()
| llvm::SmallString< 128 > appendPathPosix |
( |
llvm::StringRef | Base, |
|
|
llvm::StringRef | Path ) |
Appends Path to Base and returns the appended path in posix style.
◆ getHtmlFiles()