clang-tools 22.0.0git
Utils.h File Reference
#include "../Representation.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringRef.h"

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)

Function Documentation

◆ 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.

◆ getMustacheHtmlFiles()

void getMustacheHtmlFiles ( llvm::StringRef AssetsPath,
clang::doc::ClangDocContext & CDCtx )