Searched refs:resolvePath (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/mlir/utils/vscode/src/ |
| H A D | mlirContext.ts | 114 database = await this.resolvePath(database, '', workspaceFolder); 309 async resolvePath(filePath: string, defaultPath: string, 352 return this.resolvePath(serverPath, defaultPath, workspaceFolder);
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | URITests.cpp | 168 auto Path = URI::resolvePath(AbsPath, HintPath); in resolvePathOrDie() 184 auto Resolve = URI::resolvePath(testPath("x"), FilePath); in TEST()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | URI.h | 74 static llvm::Expected<std::string> resolvePath(llvm::StringRef AbsPath,
|
| H A D | URI.cpp | 253 llvm::Expected<std::string> URI::resolvePath(llvm::StringRef AbsPath, in resolvePath() function in clang::clangd::URI
|
| H A D | Protocol.cpp | 48 auto Resolved = URI::resolvePath(AbsPath, TUPath); in canonicalize()
|