Home
last modified time | relevance | path

Searched refs:getAbsolutePath (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp254 llvm::Expected<std::string> getAbsolutePath(llvm::vfs::FileSystem &FS, in getAbsolutePath() function
267 std::string getAbsolutePath(StringRef File) { in getAbsolutePath() function
268 return llvm::cantFail(getAbsolutePath(*llvm::vfs::getRealFileSystem(), File)); in getAbsolutePath()
538 auto AbsPath = getAbsolutePath(*OverlayFileSystem, SourcePath); in run()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticInfo.cpp134 std::string DiagnosticLocation::getAbsolutePath() const { in getAbsolutePath() function in DiagnosticLocation
144 std::string DiagnosticInfoWithLocationBase::getAbsolutePath() const { in getAbsolutePath() function in DiagnosticInfoWithLocationBase
145 return Loc.getAbsolutePath(); in getAbsolutePath()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h310 std::string getAbsolutePath() const;
343 std::string getAbsolutePath() const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp591 FE = FileMgr.getFile(D.getAbsolutePath()); in getBestLocationFromDebugLoc()