Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/unittests/
H A DTestFS.cpp111 getAbsolutePath(llvm::StringRef /*Authority*/, llvm::StringRef Body, in getAbsolutePath() function in clang::clangd::TestScheme
/llvm-project/clang-tools-extra/clangd/
H A DURI.cpp39 getAbsolutePath(llvm::StringRef Authority, llvm::StringRef Body, in getAbsolutePath() function in clang::clangd::__anon00b2d23e0111::FileSystemScheme
/llvm-project/llvm/lib/IR/
H A DDiagnosticInfo.cpp134 std::string DiagnosticLocation::getAbsolutePath() const { getAbsolutePath() function in DiagnosticLocation
144 std::string DiagnosticInfoWithLocationBase::getAbsolutePath() const { getAbsolutePath() function in DiagnosticInfoWithLocationBase
/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
/llvm-project/clang-tools-extra/clangd/index/
H A DBackground.cpp68 llvm::SmallString<128> getAbsolutePath(const tooling::CompileCommand &Cmd) { in getAbsolutePath() function
/llvm-project/clang-tools-extra/clangd/tool/
H A DClangdMain.cpp561 getAbsolutePath(llvm::StringRef /*Authority*/, llvm::StringRef Body, getAbsolutePath() function in clang::clangd::__anon4eba7d090111::TestScheme
/llvm-project/mlir/lib/Tools/lsp-server-support/
H A DProtocol.cpp167 static llvm::Expected<std::string> getAbsolutePath(StringRef authority, in getAbsolutePath() function