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

References

tools/clang/tools/extra/clangd/unittests/IndexActionTests.cpp
   79         [&](SymbolSlab S) { IndexFile.Symbols = std::move(S); },
   80         [&](RefSlab R) { IndexFile.Refs = std::move(R); },
   81         [&](RelationSlab R) { IndexFile.Relations = std::move(R); },
   82         [&](IncludeGraph IG) { IndexFile.Sources = std::move(IG); });
   96     checkNodesAreInitialized(IndexFile, FilePaths);
   97     return IndexFile;