Searched refs:getAbsolutePath (Results 1 – 8 of 8) sorted by relevance
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()
227 llvm::Expected<std::string> getAbsolutePath(llvm::vfs::FileSystem &FS, in getAbsolutePath() function242 std::string getAbsolutePath(StringRef File) { in getAbsolutePath() function243 return llvm::cantFail(getAbsolutePath(*llvm::vfs::getRealFileSystem(), File)); in getAbsolutePath()473 auto AbsPath = getAbsolutePath(*OverlayFileSystem, SourcePath); in run()
106 SmallString<1024> AbsolutePath(getAbsolutePath(SourceFile)); in autoDetectFromSource()121 SmallString<1024> AbsolutePath(getAbsolutePath(SourceDir)); in autoDetectFromDirectory()
466 std::string getAbsolutePath(StringRef File);469 llvm::Expected<std::string> getAbsolutePath(llvm::vfs::FileSystem &FS,
360 std::string getAbsolutePath() const;393 std::string getAbsolutePath() const;
593 FE = FileMgr.getFile(D.getAbsolutePath()); in getBestLocationFromDebugLoc()
716 311492 6 java/io/File.getAbsolutePath