Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DURI.cpp39 getAbsolutePath(llvm::StringRef Authority, llvm::StringRef Body, in getAbsolutePath() function in clang::clangd::__anona6cb861b0111::FileSystemScheme
250 return S->get()->getAbsolutePath(Uri.Authority, Uri.Body, HintPath); in resolve()
267 return S->getAbsolutePath(U->Authority, U->Body, HintPath); in resolvePath()
H A DURI.h116 getAbsolutePath(llvm::StringRef Authority, llvm::StringRef Body,
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/llvm/
H A DHeaderGuardCheck.cpp23 std::string Guard = tooling::getAbsolutePath(Filename); in getHeaderGuard()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDiagnosticInfo.cpp125 std::string DiagnosticLocation::getAbsolutePath() const { in getAbsolutePath() function in DiagnosticLocation
135 std::string DiagnosticInfoWithLocationBase::getAbsolutePath() const { in getAbsolutePath() function in DiagnosticInfoWithLocationBase
136 return Loc.getAbsolutePath(); in getAbsolutePath()
/llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/plugin/
H A DIncludeFixerPlugin.cpp74 SmallString<128> AbsolutePath(tooling::getAbsolutePath(InputFile)); in ParseArgs()
/llvm-project-15.0.7/clang/lib/Tooling/
H A DTooling.cpp246 llvm::Expected<std::string> getAbsolutePath(llvm::vfs::FileSystem &FS, in getAbsolutePath() function
261 std::string getAbsolutePath(StringRef File) { in getAbsolutePath() function
262 return llvm::cantFail(getAbsolutePath(*llvm::vfs::getRealFileSystem(), File)); in getAbsolutePath()
496 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()
/llvm-project-15.0.7/clang/include/clang/Tooling/
H A DTooling.h480 std::string getAbsolutePath(StringRef File);
483 llvm::Expected<std::string> getAbsolutePath(llvm::vfs::FileSystem &FS,
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DTestFS.cpp112 getAbsolutePath(llvm::StringRef /*Authority*/, llvm::StringRef Body, in getAbsolutePath() function in clang::clangd::TestScheme
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DBackground.cpp66 llvm::SmallString<128> getAbsolutePath(const tooling::CompileCommand &Cmd) { in getAbsolutePath() function
255 auto AbsolutePath = getAbsolutePath(Cmd); in index()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDiagnosticInfo.h366 std::string getAbsolutePath() const;
399 std::string getAbsolutePath() const;
/llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/tool/
H A DClangIncludeFixer.cpp202 SmallString<128> AbsolutePath(tooling::getAbsolutePath(FilePath)); in createSymbolIndexManager()
/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DProtocol.cpp157 static llvm::Expected<std::string> getAbsolutePath(StringRef authority, in getAbsolutePath() function
212 return getAbsolutePath(uriAuthority, uriBody); in parseFilePathFromURI()
/llvm-project-15.0.7/clang-tools-extra/clangd/tool/
H A DClangdMain.cpp568 getAbsolutePath(llvm::StringRef /*Authority*/, llvm::StringRef Body, in getAbsolutePath() function in clang::clangd::__anond182e4660111::TestScheme
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenAction.cpp646 FE = FileMgr.getFile(D.getAbsolutePath()); in getBestLocationFromDebugLoc()