Lines Matching refs:toStringRef
426 if (!a.isTriviallyEmpty()) components.push_back(a.toStringRef(a_storage)); in append()
427 if (!b.isTriviallyEmpty()) components.push_back(b.toStringRef(b_storage)); in append()
428 if (!c.isTriviallyEmpty()) components.push_back(c.toStringRef(c_storage)); in append()
429 if (!d.isTriviallyEmpty()) components.push_back(d.toStringRef(d_storage)); in append()
484 StringRef ext = extension.toStringRef(ext_storage); in replace_extension()
617 StringRef p = path.toStringRef(path_storage); in has_root_name()
624 StringRef p = path.toStringRef(path_storage); in has_root_directory()
631 StringRef p = path.toStringRef(path_storage); in has_root_path()
638 StringRef p = path.toStringRef(path_storage); in has_relative_path()
645 StringRef p = path.toStringRef(path_storage); in has_filename()
652 StringRef p = path.toStringRef(path_storage); in has_parent_path()
659 StringRef p = path.toStringRef(path_storage); in has_stem()
666 StringRef p = path.toStringRef(path_storage); in has_extension()
673 StringRef p = path.toStringRef(path_storage); in is_absolute()
683 StringRef p = path.toStringRef(path_storage); in is_absolute_gnu()
970 StringRef P = Path.toStringRef(PathStorage); in create_directories()