Searched refs:getAbsolutePath (Results 1 – 4 of 4) sorted by relevance
254 llvm::Expected<std::string> getAbsolutePath(llvm::vfs::FileSystem &FS, in getAbsolutePath() function267 std::string getAbsolutePath(StringRef File) { in getAbsolutePath() function268 return llvm::cantFail(getAbsolutePath(*llvm::vfs::getRealFileSystem(), File)); in getAbsolutePath()538 auto AbsPath = getAbsolutePath(*OverlayFileSystem, SourcePath); in run()
134 std::string DiagnosticLocation::getAbsolutePath() const { in getAbsolutePath() function in DiagnosticLocation144 std::string DiagnosticInfoWithLocationBase::getAbsolutePath() const { in getAbsolutePath() function in DiagnosticInfoWithLocationBase145 return Loc.getAbsolutePath(); in getAbsolutePath()
310 std::string getAbsolutePath() const;343 std::string getAbsolutePath() const;
591 FE = FileMgr.getFile(D.getAbsolutePath()); in getBestLocationFromDebugLoc()