Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DTooling.cpp202 llvm::Expected<std::string> getAbsolutePath(llvm::vfs::FileSystem &FS, in getAbsolutePath() function
217 std::string getAbsolutePath(StringRef File) { in getAbsolutePath() function
218 return llvm::cantFail(getAbsolutePath(*llvm::vfs::getRealFileSystem(), File)); in getAbsolutePath()
438 auto AbsPath = getAbsolutePath(*OverlayFileSystem, SourcePath); in run()
H A DCompilationDatabase.cpp109 SmallString<1024> AbsolutePath(getAbsolutePath(SourceFile)); in autoDetectFromSource()
124 SmallString<1024> AbsolutePath(getAbsolutePath(SourceDir)); in autoDetectFromDirectory()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDiagnosticInfo.cpp133 std::string DiagnosticLocation::getAbsolutePath() const { in getAbsolutePath() function in DiagnosticLocation
143 std::string DiagnosticInfoWithLocationBase::getAbsolutePath() const { in getAbsolutePath() function in DiagnosticInfoWithLocationBase
144 return Loc.getAbsolutePath(); in getAbsolutePath()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/
H A DTooling.h467 std::string getAbsolutePath(StringRef File);
470 llvm::Expected<std::string> getAbsolutePath(llvm::vfs::FileSystem &FS,
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDiagnosticInfo.h356 std::string getAbsolutePath() const;
389 std::string getAbsolutePath() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenAction.cpp556 FE = FileMgr.getFile(D.getAbsolutePath()); in getBestLocationFromDebugLoc()