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

Declarations

tools/clang/tools/extra/clangd/URI.h
   44   static llvm::Expected<URI> create(llvm::StringRef AbsolutePath,

References

tools/clang/tools/extra/clangd/FileDistance.cpp
  167       if (auto U = clangd::URI::create(Source.getKey(), Scheme))
tools/clang/tools/extra/clangd/unittests/URITests.cpp
   32   auto Uri = URI::create(AbsolutePath, Scheme);
   80   EXPECT_ERROR(URI::create("/x/y/z", "no"));
   82   EXPECT_ERROR(URI::create("x/y/z", "file"));
  164   auto U = URI::create(Path, "file");