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

Declarations

tools/clang/tools/extra/clangd/index/dex/Dex.h
   71   static std::unique_ptr<SymbolIndex> build(SymbolSlab, RefSlab, RelationSlab);

References

tools/clang/tools/extra/clangd/index/Serialization.cpp
  695   auto Index = UseDex ? dex::Dex::build(std::move(Symbols), std::move(Refs),
tools/clang/tools/extra/clangd/unittests/DexTests.cpp
  459   auto I = Dex::build(generateSymbols({"ns::abc", "ns::xyz"}), RefSlab(),
  471       Dex::build(generateSymbols({"ns::ABC", "ns::BCD", "::ABC",
  495   auto I = Dex::build(generateNumSymbols(0, 100), RefSlab(), RelationSlab());
  508   auto I = Dex::build(
  520   auto I = Dex::build(generateSymbols({"OneTwoThreeFour"}), RefSlab(),
  543   auto I = Dex::build(generateSymbols({"a::y1", "b::y2", "y3"}), RefSlab(),
  552   auto I = Dex::build(generateSymbols({"a::y1", "b::y2", "y3"}), RefSlab(),
  562       Dex::build(generateSymbols({"a::y1", "a::y2", "a::x", "b::y2", "y3"}),
  572       Dex::build(generateSymbols({"a::y1", "a::y2", "a::x", "b::y3", "y3"}),
  581   auto I = Dex::build(generateSymbols({"a::y1", "a::b::y2"}), RefSlab(),
  590   auto I = Dex::build(generateSymbols({"a::y1", "a::b::y2", "c::y3"}),
  601   auto I = Dex::build(generateSymbols({"ns::ABC", "ns::abc"}), RefSlab(),
  611   auto I = Dex::build(generateSymbols({"ns::ABC", "ns::abc"}), RefSlab(),
  619   auto I = Dex::build(generateSymbols({"ns::abc", "ns::xyz"}), RefSlab(),
  766   auto I = dex::Dex::build(std::move(B).build(), RefSlab(), RelationSlab());