Lines Matching refs:path_storage
633 SmallString<128> path_storage; in has_root_name() local
634 StringRef p = path.toStringRef(path_storage); in has_root_name()
640 SmallString<128> path_storage; in has_root_directory() local
641 StringRef p = path.toStringRef(path_storage); in has_root_directory()
647 SmallString<128> path_storage; in has_root_path() local
648 StringRef p = path.toStringRef(path_storage); in has_root_path()
654 SmallString<128> path_storage; in has_relative_path() local
655 StringRef p = path.toStringRef(path_storage); in has_relative_path()
661 SmallString<128> path_storage; in has_filename() local
662 StringRef p = path.toStringRef(path_storage); in has_filename()
668 SmallString<128> path_storage; in has_parent_path() local
669 StringRef p = path.toStringRef(path_storage); in has_parent_path()
675 SmallString<128> path_storage; in has_stem() local
676 StringRef p = path.toStringRef(path_storage); in has_stem()
682 SmallString<128> path_storage; in has_extension() local
683 StringRef p = path.toStringRef(path_storage); in has_extension()
689 SmallString<128> path_storage; in is_absolute() local
690 StringRef p = path.toStringRef(path_storage); in is_absolute()