Lines Matching refs:toStringRef
450 if (!a.isTriviallyEmpty()) components.push_back(a.toStringRef(a_storage)); in append()
451 if (!b.isTriviallyEmpty()) components.push_back(b.toStringRef(b_storage)); in append()
452 if (!c.isTriviallyEmpty()) components.push_back(c.toStringRef(c_storage)); in append()
453 if (!d.isTriviallyEmpty()) components.push_back(d.toStringRef(d_storage)); in append()
509 StringRef ext = extension.toStringRef(ext_storage); in replace_extension()
634 StringRef p = path.toStringRef(path_storage); in has_root_name()
641 StringRef p = path.toStringRef(path_storage); in has_root_directory()
648 StringRef p = path.toStringRef(path_storage); in has_root_path()
655 StringRef p = path.toStringRef(path_storage); in has_relative_path()
662 StringRef p = path.toStringRef(path_storage); in has_filename()
669 StringRef p = path.toStringRef(path_storage); in has_parent_path()
676 StringRef p = path.toStringRef(path_storage); in has_stem()
683 StringRef p = path.toStringRef(path_storage); in has_extension()
690 StringRef p = path.toStringRef(path_storage); in is_absolute()
917 StringRef P = Path.toStringRef(PathStorage); in create_directories()