Home
last modified time | relevance | path

Searched refs:IndexedSymbols (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/index/
DBackground.cpp100 Rebuilder(this, &IndexedSymbols, Opts.ThreadPoolSize), in BackgroundIndex()
242 IndexedSymbols.update( in update()
390 IndexedSymbols.update(LS.AbsolutePath, std::move(SS), std::move(RS), in loadProject()
419 IndexedSymbols.profile(MT.child("slabs")); in profile()
DBackground.h201 FileSymbols IndexedSymbols; variable