Searched defs:MakeAbsolute (Results 1 – 9 of 9) sorted by relevance
233 std::error_code FileSystem::MakeAbsolute(SmallVectorImpl<char> &path) const { in MakeAbsolute() function in FileSystem237 std::error_code FileSystem::MakeAbsolute(FileSpec &file_spec) const { in MakeAbsolute() function in FileSystem
402 auto MakeAbsolute = [](const std::string &Input) -> SmallString<256> { in clangTidyMain() local
165 static FileSpec MakeAbsolute(const FileSpec &file_spec) { in MakeAbsolute() function
494 void FileSpec::MakeAbsolute(const FileSpec &dir) { in MakeAbsolute() function in FileSpec
219 TEST(FileSystemTest, MakeAbsolute) { in TEST() argument
169 SmallVectorImpl<char> &ResultPath, bool MakeAbsolute, in createUniqueEntity()765 bool MakeAbsolute) { in createUniquePath()
169 SmallVectorImpl<char> &ResultPath, bool MakeAbsolute, in createUniqueEntity()792 bool MakeAbsolute) { in createUniquePath()
163 bool MakeAbsolute, unsigned Mode, in createUniqueEntity()