Searched refs:PrependPathComponent (Results 1 – 5 of 5) sorted by relevance
123 TEST(FileSpecTest, PrependPathComponent) { in TEST() argument125 fs_posix.PrependPathComponent("/bar"); in TEST()129 fs_posix_2.PrependPathComponent("/baz"); in TEST()133 fs_windows.PrependPathComponent("F:\\bar"); in TEST()137 fs_posix_root.PrependPathComponent("/"); in TEST()141 fs_windows_root.PrependPathComponent("F:\\"); in TEST()
385 void PrependPathComponent(llvm::StringRef component);386 void PrependPathComponent(const FileSpec &new_path);
421 void FileSpec::PrependPathComponent(llvm::StringRef component) { in PrependPathComponent() function in FileSpec431 void FileSpec::PrependPathComponent(const FileSpec &new_path) { in PrependPathComponent() function in FileSpec432 return PrependPathComponent(new_path.GetPath(false)); in PrependPathComponent()496 PrependPathComponent(dir); in MakeAbsolute()
25 file_spec.PrependPathComponent(m_session_file_dir); in NormalizePath()
238 resolved_spec.GetFileSpec().PrependPathComponent( in GetSharedModule()