Searched refs:PrependPathComponent (Results 1 – 5 of 5) sorted by relevance
458 void PrependPathComponent(llvm::StringRef component);459 void PrependPathComponent(const FileSpec &new_path);
485 void FileSpec::PrependPathComponent(llvm::StringRef component) { in PrependPathComponent() function in FileSpec495 void FileSpec::PrependPathComponent(const FileSpec &new_path) { in PrependPathComponent() function in FileSpec496 return PrependPathComponent(new_path.GetPath(false)); in PrependPathComponent()
958 file.PrependPathComponent(include_directories[dir_idx]); in GetFile()965 file.PrependPathComponent(comp_dir); in GetFile()
822 cu_file_spec.PrependPathComponent(resolveCompDir(cu_comp_dir)); in ParseCompileUnit()
234 resolved_spec.GetFileSpec().PrependPathComponent( in GetSharedModule()