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

Declarations

tools/clang/tools/extra/clangd/index/dex/Iterator.h
  167   std::unique_ptr<Iterator> boost(std::unique_ptr<Iterator> Child,

References

tools/clang/tools/extra/clangd/index/dex/Dex.cpp
  139           Corpus.boost(std::move(It), PathProximitySignals.evaluate()));
  155         Corpus.boost(iterator(Token(Token::Kind::Type, T)), Boost));
  189         Corpus.boost(Corpus.all(), ScopeIterators.empty() ? 1.0 : 0.2));
tools/clang/tools/extra/clangd/unittests/DexTests.cpp
  221       C.intersect(L0.iterator(), C.boost(L1.iterator(), 2U)),
  223       C.unionOf(C.boost(L2.iterator(), 3U), C.boost(L3.iterator(), 4U)));
  223       C.unionOf(C.boost(L2.iterator(), 3U), C.boost(L3.iterator(), 4U)));
  292   auto BoostIterator = C.boost(C.all(), 42U);
  299   auto Root = C.unionOf(C.all(), C.boost(L0.iterator(), 2U),
  300                         C.boost(L1.iterator(), 3U));