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

Declarations

tools/clang/tools/extra/clangd/index/Relation.h
   76     RelationSlab build() &&;

References

tools/clang/tools/extra/clangd/index/Background.cpp
  299     auto RelS = std::make_unique<RelationSlab>(std::move(Relations).build());
tools/clang/tools/extra/clangd/index/Serialization.cpp
  495     Result.Relations = std::move(Relations).build();
tools/clang/tools/extra/clangd/index/SymbolCollector.h
  113   RelationSlab takeRelations() { return std::move(Relations).build(); }
tools/clang/tools/extra/clangd/index/YAMLSerialization.cpp
  384   Result.Relations.emplace(std::move(Relations).build());
tools/clang/tools/extra/clangd/indexer/IndexerMain.cpp
   79     Result.Relations = std::move(Relations).build();
tools/clang/tools/extra/clangd/unittests/IndexTests.cpp
   91   RelationSlab Slab = std::move(Builder).build();
  107   RelationSlab Slab = std::move(Builder).build();