Searched refs:MakeAbsolute (Results 1 – 13 of 13) sorted by relevance
123 static FileSpec MakeAbsolute(const FileSpec &file_spec) { in MakeAbsolute() function130 Generator::Generator(FileSpec root) : m_root(MakeAbsolute(std::move(root))) { in Generator()200 : m_root(MakeAbsolute(std::move(root))), m_loaded(false) {} in Loader()
493 void FileSpec::MakeAbsolute(const FileSpec &dir) { in MakeAbsolute() function in FileSpec
213 std::error_code FileSystem::MakeAbsolute(SmallVectorImpl<char> &path) const { in MakeAbsolute() function in FileSystem217 std::error_code FileSystem::MakeAbsolute(FileSpec &file_spec) const { in MakeAbsolute() function in FileSystem221 auto EC = MakeAbsolute(path); in MakeAbsolute()247 MakeAbsolute(absolute); in Resolve()
125 std::error_code MakeAbsolute(llvm::SmallVectorImpl<char> &path) const;126 std::error_code MakeAbsolute(FileSpec &file_spec) const;
219 TEST(FileSystemTest, MakeAbsolute) { in TEST() argument225 auto EC = fs.MakeAbsolute(foo); in TEST()232 auto EC = fs.MakeAbsolute(file_spec); in TEST()
492 auto MakeAbsolute = [](const std::string &Input) -> SmallString<256> { in clangTidyMain() local503 SmallString<256> ProfilePrefix = MakeAbsolute(StoreCheckProfile); in clangTidyMain()511 SmallString<256> FilePath = MakeAbsolute(std::string(FileName)); in clangTidyMain()
267 void MakeAbsolute(const FileSpec &dir);
171 SmallVectorImpl<char> &ResultPath, bool MakeAbsolute, in createUniqueEntity() argument181 sys::fs::createUniquePath(Model, ResultPath, MakeAbsolute); in createUniqueEntity()797 bool MakeAbsolute) { in createUniquePath() argument801 if (MakeAbsolute) { in createUniquePath()
826 m_file_spec->MakeAbsolute(GetCompilationDirectory()); in ComputeAbsolutePath()
681 file_spec.MakeAbsolute(dwarf_cu.GetCompilationDirectory()); in MakeAbsoluteAndRemap()
807 bool MakeAbsolute);
160 cmd_file.MakeAbsolute(source_dir); in DoExecute()
2399 init_file.MakeAbsolute(HostInfo::GetShlibDir()); in SourceInitFileGlobal()