Home
last modified time | relevance | path

Searched defs:getAbsolutePath (Results 1 – 2 of 2) sorted by relevance

/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
/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