Home
last modified time | relevance | path

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

/freebsd-14.2/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()
H A DCompilationDatabase.cpp106 SmallString<1024> AbsolutePath(getAbsolutePath(SourceFile)); in autoDetectFromSource()
121 SmallString<1024> AbsolutePath(getAbsolutePath(SourceDir)); in autoDetectFromDirectory()
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/include/clang/Tooling/
H A DTooling.h477 std::string getAbsolutePath(StringRef File);
480 llvm::Expected<std::string> getAbsolutePath(llvm::vfs::FileSystem &FS,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h310 std::string getAbsolutePath() const;
343 std::string getAbsolutePath() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp616 FE = FileMgr.getFile(D.getAbsolutePath()); in getBestLocationFromDebugLoc()