Searched refs:has_filename (Results 1 – 4 of 4) sorted by relevance
492 if (has_filename() || (!has_root_directory() && is_absolute()))517 if (has_filename())538 else if (has_filename())551 else if (has_filename())821 _LIBCPP_HIDE_FROM_ABI bool has_filename() const { return !__filename().empty(); }
481 bool has_filename(const Twine &path, Style style = Style::native);
135 bool has_filename() const;
644 bool has_filename(const Twine &path, Style style) { in has_filename() function