reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/tools/extra/clangd/URI.h
   67   static llvm::Expected<std::string> resolve(llvm::StringRef FileURI,

References

tools/clang/tools/extra/clangd/CodeComplete.cpp
  323           URI::resolve(C.IndexResult->CanonicalDeclaration.FileURI, FileName);
tools/clang/tools/extra/clangd/FindSymbols.cpp
   46   auto Path = URI::resolve(CD.FileURI, HintPath);
tools/clang/tools/extra/clangd/HeaderSourceSwitch.cpp
   86     if (auto TargetPath = URI::resolve(TargetURI, OriginalFile)) {
tools/clang/tools/extra/clangd/IncludeFixer.cpp
  148         URI::resolve(Sym.CanonicalDeclaration.FileURI, File);
tools/clang/tools/extra/clangd/index/Background.cpp
   72       auto Path = URI::resolve(FileURI, HintPath);
tools/clang/tools/extra/clangd/index/BackgroundIndexLoader.cpp
   72     auto AbsPath = URI::resolve(It.getKey(), StartSourceFile);