Home
last modified time | relevance | path

Searched refs:resolvePath (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/utils/vscode/src/
H A DmlirContext.ts114 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 DURITests.cpp168 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 DURI.h74 static llvm::Expected<std::string> resolvePath(llvm::StringRef AbsPath,
H A DURI.cpp253 llvm::Expected<std::string> URI::resolvePath(llvm::StringRef AbsPath, in resolvePath() function in clang::clangd::URI
H A DProtocol.cpp48 auto Resolved = URI::resolvePath(AbsPath, TUPath); in canonicalize()