Searched refs:MakeAbsolute (Results 1 – 3 of 3) sorted by relevance
197 std::error_code FileSystem::MakeAbsolute(SmallVectorImpl<char> &path) const { in MakeAbsolute() function in FileSystem201 std::error_code FileSystem::MakeAbsolute(FileSpec &file_spec) const { in MakeAbsolute() function in FileSystem205 auto EC = MakeAbsolute(path); in MakeAbsolute()230 MakeAbsolute(path); in Resolve()
123 std::error_code MakeAbsolute(llvm::SmallVectorImpl<char> &path) const;124 std::error_code MakeAbsolute(FileSpec &file_spec) const;
170 SmallVectorImpl<char> &ResultPath, bool MakeAbsolute, in createUniqueEntity() argument176 if (MakeAbsolute) { in createUniqueEntity()