Searched refs:getAbsolutePath (Results 1 – 6 of 6) sorted by relevance
202 llvm::Expected<std::string> getAbsolutePath(llvm::vfs::FileSystem &FS, in getAbsolutePath() function217 std::string getAbsolutePath(StringRef File) { in getAbsolutePath() function218 return llvm::cantFail(getAbsolutePath(*llvm::vfs::getRealFileSystem(), File)); in getAbsolutePath()438 auto AbsPath = getAbsolutePath(*OverlayFileSystem, SourcePath); in run()
109 SmallString<1024> AbsolutePath(getAbsolutePath(SourceFile)); in autoDetectFromSource()124 SmallString<1024> AbsolutePath(getAbsolutePath(SourceDir)); in autoDetectFromDirectory()
133 std::string DiagnosticLocation::getAbsolutePath() const { in getAbsolutePath() function in DiagnosticLocation143 std::string DiagnosticInfoWithLocationBase::getAbsolutePath() const { in getAbsolutePath() function in DiagnosticInfoWithLocationBase144 return Loc.getAbsolutePath(); in getAbsolutePath()
467 std::string getAbsolutePath(StringRef File);470 llvm::Expected<std::string> getAbsolutePath(llvm::vfs::FileSystem &FS,
356 std::string getAbsolutePath() const;389 std::string getAbsolutePath() const;
556 FE = FileMgr.getFile(D.getAbsolutePath()); in getBestLocationFromDebugLoc()