ΒΆbool has_root_path(
    const llvm::Twine& path,
    llvm::sys::path::Style style = Style::native)

Description

Has root path? root_path != ""

Declared at: llvm/include/llvm/Support/Path.h:457

Parameters

const llvm::Twine& path
Input path.
llvm::sys::path::Style style = Style::native