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

Description

Has filename? filename != ""

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

Parameters

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