Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp251 llvm::Expected<std::string> getAbsolutePath(llvm::vfs::FileSystem &FS, in getAbsolutePath() function
264 std::string getAbsolutePath(StringRef File) { in getAbsolutePath() function
265 return llvm::cantFail(getAbsolutePath(*llvm::vfs::getRealFileSystem(), File)); in getAbsolutePath()
536 auto AbsPath = getAbsolutePath(*OverlayFileSystem, SourcePath); in run()
H A DCompilationDatabase.cpp100 SmallString<1024> AbsolutePath(getAbsolutePath(SourceFile)); in autoDetectFromSource()
115 SmallString<1024> AbsolutePath(getAbsolutePath(SourceDir)); in autoDetectFromDirectory()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticInfo.cpp167 std::string DiagnosticLocation::getAbsolutePath() const { in getAbsolutePath() function in DiagnosticLocation
177 std::string DiagnosticInfoWithLocationBase::getAbsolutePath() const { in getAbsolutePath() function in DiagnosticInfoWithLocationBase
178 return Loc.getAbsolutePath(); in getAbsolutePath()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DTooling.h483 std::string getAbsolutePath(StringRef File);
486 llvm::Expected<std::string> getAbsolutePath(llvm::vfs::FileSystem &FS,
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h340 LLVM_ABI std::string getAbsolutePath() const;
373 std::string getAbsolutePath() const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp553 FE = FileMgr.getOptionalFileRef(D.getAbsolutePath()); in getBestLocationFromDebugLoc()