Searched refs:getAbsolutePath (Results 1 – 6 of 6) sorted by relevance
246 llvm::Expected<std::string> getAbsolutePath(llvm::vfs::FileSystem &FS, in getAbsolutePath() function261 std::string getAbsolutePath(StringRef File) { in getAbsolutePath() function262 return llvm::cantFail(getAbsolutePath(*llvm::vfs::getRealFileSystem(), File)); in getAbsolutePath()507 auto AbsPath = getAbsolutePath(*OverlayFileSystem, SourcePath); in run()
106 SmallString<1024> AbsolutePath(getAbsolutePath(SourceFile)); in autoDetectFromSource()121 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()
480 std::string getAbsolutePath(StringRef File);483 llvm::Expected<std::string> getAbsolutePath(llvm::vfs::FileSystem &FS,
310 std::string getAbsolutePath() const;343 std::string getAbsolutePath() const;
666 FE = FileMgr.getFile(D.getAbsolutePath()); in getBestLocationFromDebugLoc()