clang-tools
9.0.0
|
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. More... | |
RelationSlab | build () && |
Consumes the builder to finalize the slab. More... | |
RelationSlab::Builder is a mutable container that can 'freeze' to RelationSlab.
Definition at line 66 of file Relation.h.
RelationSlab clang::clangd::RelationSlab::Builder::build | ( | ) | && |
Consumes the builder to finalize the slab.
Definition at line 28 of file Relation.cpp.
|
inline |
Adds a relation to the slab.
Definition at line 69 of file Relation.h.
References Relations.
Referenced by clang::clangd::readYAML().