Searched defs:MakeAbsolute (Results 1 – 6 of 6) sorted by relevance
123 static FileSpec MakeAbsolute(const FileSpec &file_spec) { in MakeAbsolute() function
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 FileSystem
492 auto MakeAbsolute = [](const std::string &Input) -> SmallString<256> { in clangTidyMain() local
219 TEST(FileSystemTest, MakeAbsolute) { in TEST() argument
171 SmallVectorImpl<char> &ResultPath, bool MakeAbsolute, in createUniqueEntity()797 bool MakeAbsolute) { in createUniquePath()