Lines Matching refs:toStringRef
453 if (!a.isTriviallyEmpty()) components.push_back(a.toStringRef(a_storage)); in append()
454 if (!b.isTriviallyEmpty()) components.push_back(b.toStringRef(b_storage)); in append()
455 if (!c.isTriviallyEmpty()) components.push_back(c.toStringRef(c_storage)); in append()
456 if (!d.isTriviallyEmpty()) components.push_back(d.toStringRef(d_storage)); in append()
505 StringRef ext = extension.toStringRef(ext_storage); in replace_extension()
594 StringRef p = path.toStringRef(path_storage); in has_root_name()
601 StringRef p = path.toStringRef(path_storage); in has_root_directory()
608 StringRef p = path.toStringRef(path_storage); in has_root_path()
615 StringRef p = path.toStringRef(path_storage); in has_relative_path()
622 StringRef p = path.toStringRef(path_storage); in has_filename()
629 StringRef p = path.toStringRef(path_storage); in has_parent_path()
636 StringRef p = path.toStringRef(path_storage); in has_stem()
643 StringRef p = path.toStringRef(path_storage); in has_extension()
650 StringRef p = path.toStringRef(path_storage); in is_absolute()
845 StringRef P = Path.toStringRef(PathStorage); in create_directories()