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

References

tools/clang/tools/extra/clangd/index/Background.cpp
  268   for (const auto &SymRefs : *Index.Refs) {
tools/clang/tools/extra/clangd/index/FileIndex.cpp
  151       for (const auto &Sym : *Refs) {
  184       for (const auto &Sym : *RefSlab) {
tools/clang/tools/extra/clangd/index/MemIndex.h
   27     for (const std::pair<SymbolID, llvm::ArrayRef<Ref>> &R : Refs)
tools/clang/tools/extra/clangd/index/Serialization.cpp
  548     for (const auto &Sym : *Data.Refs) {
tools/clang/tools/extra/clangd/index/YAMLSerialization.cpp
  343     for (auto &Sym : *O.Refs) {
tools/clang/tools/extra/clangd/index/dex/Dex.h
   50     for (auto &&Ref : Refs)
tools/clang/tools/extra/clangd/indexer/IndexerMain.cpp
   59           for (const auto &Sym : S) {
tools/clang/tools/extra/clangd/unittests/BackgroundIndexTests.cpp
  226   for (const auto &Ref : *ShardHeader->Refs)
  234   for (const auto &Ref : *ShardSource->Refs)
tools/clang/tools/extra/clangd/unittests/SerializationTests.cpp
  168   for (const auto &Refs : Slab)
utils/unittest/googlemock/include/gmock/gmock-matchers.h
 2827          it != stl_container.end(); ++it, ++i) {
 3186     for (; it != stl_container.end() && exam_pos != count(); ++it, ++exam_pos) {
 3207     for (; it != stl_container.end(); ++it) {
 3391                                          stl_container.end(),
utils/unittest/googletest/include/gtest/gtest-printers.h
  378        it != container.end(); ++it, ++count) {