ΒΆvoid append(SmallVectorImpl<char>& path,
llvm::sys::path::Style style,
const llvm::Twine& a,
const llvm::Twine& b = "",
const llvm::Twine& c = "",
const llvm::Twine& d = "")
void append(SmallVectorImpl<char>& path,
llvm::sys::path::Style style,
const llvm::Twine& a,
const llvm::Twine& b = "",
const llvm::Twine& c = "",
const llvm::Twine& d = "")
Declared at: llvm/include/llvm/Support/Path.h:198
Parameters
- SmallVectorImpl<char>& path
- llvm::sys::path::Style style
- const llvm::Twine& a
- const llvm::Twine& b = ""
- const llvm::Twine& c = ""
- const llvm::Twine& d = ""