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

Description

Has relative path? relative_path != ""

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

Parameters

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