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

References

tools/clang/tools/extra/clangd/unittests/URITests.cpp
   87               AllOf(Scheme("file"), Authority("auth"), Body("/x/y/z")));
   90               AllOf(Scheme("file"), Authority("au=th"), Body("/(x)/y/\\ z")));
   93               AllOf(Scheme("file"), Authority(""), Body("/(x)/y/\\ z")));
   95               AllOf(Scheme("file"), Authority(""), Body("/x/y/z")));
   97               AllOf(Scheme("file"), Authority(""), Body("")));
   99               AllOf(Scheme("file"), Authority(""), Body("/x/y/z%2")));
  101               AllOf(Scheme("http"), Authority("llvm.org"), Body("")));
  103               AllOf(Scheme("http"), Authority("llvm.org"), Body("/")));
  105               AllOf(Scheme("http"), Authority("llvm.org"), Body("/D")));
  107               AllOf(Scheme("http"), Authority(""), Body("/")));
  109               AllOf(Scheme("urn"), Authority(""), Body("isbn:0451450523")));
  112       AllOf(Scheme("file"), Authority(""), Body("/c:/windows/system32/")));