clang-tools 20.0.0git
|
RelationSlab::Builder is a mutable container that can 'freeze' to RelationSlab. More...
#include <Relation.h>
Public Member Functions | |
void | insert (const Relation &R) |
Adds a relation to the slab. | |
RelationSlab | build () && |
Consumes the builder to finalize the slab. | |
RelationSlab::Builder is a mutable container that can 'freeze' to RelationSlab.
Definition at line 75 of file Relation.h.
RelationSlab clang::clangd::RelationSlab::Builder::build | ( | ) | && |
Consumes the builder to finalize the slab.
Definition at line 41 of file Relation.cpp.
|
inline |
Adds a relation to the slab.
Definition at line 78 of file Relation.h.
Referenced by clang::clangd::FileShardedIndex::getShard(), and clang::clangd::readYAML().