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

References

tools/clang/tools/extra/clangd/unittests/IndexTests.cpp
  292   L.ID = R.ID = SymbolID("hello");
  293   L.Name = R.Name = "Foo";                           // same in both
  295   R.CanonicalDeclaration.FileURI = "file:///right.h";
  297   R.References = 2;
  299   R.CompletionSnippetSuffix = "{$1:0}"; // present in right only
  300   R.Documentation = "--doc--";
  302   R.Origin = SymbolOrigin::Static;
  303   R.Type = "expectedType";
  305   Symbol M = mergeSymbol(L, R);