| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | URI.cpp | 39 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 D | URI.h | 116 getAbsolutePath(llvm::StringRef Authority, llvm::StringRef Body,
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/llvm/ |
| H A D | HeaderGuardCheck.cpp | 23 std::string Guard = tooling::getAbsolutePath(Filename); in getHeaderGuard()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | DiagnosticInfo.cpp | 125 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 D | IncludeFixerPlugin.cpp | 74 SmallString<128> AbsolutePath(tooling::getAbsolutePath(InputFile)); in ParseArgs()
|
| /llvm-project-15.0.7/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 246 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 D | CompilationDatabase.cpp | 106 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 D | Tooling.h | 480 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 D | TestFS.cpp | 112 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 D | Background.cpp | 66 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 D | DiagnosticInfo.h | 366 std::string getAbsolutePath() const; 399 std::string getAbsolutePath() const;
|
| /llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/tool/ |
| H A D | ClangIncludeFixer.cpp | 202 SmallString<128> AbsolutePath(tooling::getAbsolutePath(FilePath)); in createSymbolIndexManager()
|
| /llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/ |
| H A D | Protocol.cpp | 157 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 D | ClangdMain.cpp | 568 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 D | CodeGenAction.cpp | 646 FE = FileMgr.getFile(D.getAbsolutePath()); in getBestLocationFromDebugLoc()
|