Searched refs:HintPath (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | URI.h | 64 llvm::StringRef HintPath = ""); 68 llvm::StringRef HintPath = ""); 75 llvm::StringRef HintPath = ""); 117 llvm::StringRef HintPath) const = 0;
|
| H A D | URI.cpp | 199 llvm::StringRef HintPath) { in resolve() argument 203 auto Path = URI::resolve(*Uri, HintPath); in resolve() 246 llvm::StringRef HintPath) { in resolve() argument 250 return S->get()->getAbsolutePath(Uri.Authority, Uri.Body, HintPath); in resolve() 254 llvm::StringRef HintPath) { in resolvePath() argument 267 return S->getAbsolutePath(U->Authority, U->Body, HintPath); in resolvePath()
|
| H A D | FindSymbols.h | 44 const SymbolIndex *const Index, llvm::StringRef HintPath);
|
| H A D | Headers.cpp | 207 llvm::StringRef HintPath) { in toHeaderFile() argument 220 auto Resolved = URI::resolve(*U, HintPath); in toHeaderFile()
|
| H A D | FindSymbols.cpp | 84 const SymbolIndex *const Index, llvm::StringRef HintPath) { in getWorkspaceSymbols() argument 116 Index->fuzzyFind(Req, [HintPath, &Top, &Filter, AnyScope = Req.AnyScope, in getWorkspaceSymbols() 124 auto Loc = symbolToLocation(Sym, HintPath); in getWorkspaceSymbols()
|
| H A D | Headers.h | 57 llvm::StringRef HintPath);
|
| H A D | Protocol.cpp | 59 llvm::StringRef HintPath) { in fromURI() argument 60 auto Resolved = URI::resolve(U, HintPath); in fromURI()
|
| H A D | Protocol.h | 101 llvm::StringRef HintPath);
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | TestFS.cpp | 113 llvm::StringRef HintPath) const override { in getAbsolutePath() 114 if (!HintPath.empty() && !pathStartsWith(testRoot(), HintPath)) in getAbsolutePath() 116 testRoot(), HintPath); in getAbsolutePath()
|
| H A D | URITests.cpp | 63 std::string resolveOrDie(const URI &U, llvm::StringRef HintPath = "") { in resolveOrDie() argument 64 auto Path = URI::resolve(U, HintPath); in resolveOrDie() 167 llvm::StringRef HintPath = "") { in resolvePathOrDie() argument 168 auto Path = URI::resolvePath(AbsPath, HintPath); in resolvePathOrDie()
|