Lines Matching refs:path_storage
621 SmallString<128> path_storage; in has_root_name() local
622 StringRef p = path.toStringRef(path_storage); in has_root_name()
628 SmallString<128> path_storage; in has_root_directory() local
629 StringRef p = path.toStringRef(path_storage); in has_root_directory()
635 SmallString<128> path_storage; in has_root_path() local
636 StringRef p = path.toStringRef(path_storage); in has_root_path()
642 SmallString<128> path_storage; in has_relative_path() local
643 StringRef p = path.toStringRef(path_storage); in has_relative_path()
649 SmallString<128> path_storage; in has_filename() local
650 StringRef p = path.toStringRef(path_storage); in has_filename()
656 SmallString<128> path_storage; in has_parent_path() local
657 StringRef p = path.toStringRef(path_storage); in has_parent_path()
663 SmallString<128> path_storage; in has_stem() local
664 StringRef p = path.toStringRef(path_storage); in has_stem()
670 SmallString<128> path_storage; in has_extension() local
671 StringRef p = path.toStringRef(path_storage); in has_extension()
677 SmallString<128> path_storage; in is_absolute() local
678 StringRef p = path.toStringRef(path_storage); in is_absolute()