Home
last modified time | relevance | path

Searched refs:takeRefs (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DSymbolCollector.h126 RefSlab takeRefs() { return std::move(Refs).build(); } in takeRefs() function
H A DIndexAction.cpp185 RefsCallback(Collector->takeRefs()); in EndSourceFileAction()
H A DFileIndex.cpp92 auto Refs = Collector.takeRefs(); in indexSymbols()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DSymbolCollectorTests.cpp312 Refs = Factory->Collector->takeRefs();