ΒΆvoid append(SmallVectorImpl<char>& path,
const llvm::Twine& a,
const llvm::Twine& b = "",
const llvm::Twine& c = "",
const llvm::Twine& d = "")
void append(SmallVectorImpl<char>& path,
const llvm::Twine& a,
const llvm::Twine& b = "",
const llvm::Twine& c = "",
const llvm::Twine& d = "")
Description
Append to path.
Declared at: llvm/include/llvm/Support/Path.h:193
Parameters
- SmallVectorImpl<char>& path
- Set to \a path + \a component.
- const llvm::Twine& a
- The component to be appended to \a path.
- const llvm::Twine& b = ""
- const llvm::Twine& c = ""
- const llvm::Twine& d = ""