Lines Matching refs:toStringRef
362 if (!a.isTriviallyEmpty()) components.push_back(a.toStringRef(a_storage)); in append()
363 if (!b.isTriviallyEmpty()) components.push_back(b.toStringRef(b_storage)); in append()
364 if (!c.isTriviallyEmpty()) components.push_back(c.toStringRef(c_storage)); in append()
365 if (!d.isTriviallyEmpty()) components.push_back(d.toStringRef(d_storage)); in append()
416 StringRef ext = extension.toStringRef(ext_storage); in replace_extension()
436 StringRef p = path.toStringRef(path_storage); in native()
524 StringRef p = path.toStringRef(path_storage); in has_root_name()
531 StringRef p = path.toStringRef(path_storage); in has_root_directory()
538 StringRef p = path.toStringRef(path_storage); in has_root_path()
545 StringRef p = path.toStringRef(path_storage); in has_relative_path()
552 StringRef p = path.toStringRef(path_storage); in has_filename()
559 StringRef p = path.toStringRef(path_storage); in has_parent_path()
566 StringRef p = path.toStringRef(path_storage); in has_stem()
573 StringRef p = path.toStringRef(path_storage); in has_extension()
580 StringRef p = path.toStringRef(path_storage); in is_absolute()
654 StringRef p = path.toStringRef(path_storage); in create_directories()
729 StringRef Magic = magic.toStringRef(MagicStorage); in has_magic()
898 StringRef p = path.toStringRef(path_storage); in remove_all()