clang-tools
9.0.0
|
RefSlab::Builder is a mutable container that can 'freeze' to RefSlab. More...
#include <Ref.h>
Public Member Functions | |
Builder () | |
void | insert (const SymbolID &ID, const Ref &S) |
Adds a ref to the slab. Deep copy: Strings will be owned by the slab. More... | |
RefSlab | build () && |
Consumes the builder to finalize the slab. More... | |
RefSlab::Builder is a mutable container that can 'freeze' to RefSlab.
RefSlab clang::clangd::RefSlab::Builder::build | ( | ) | && |
Consumes the builder to finalize the slab.
Definition at line 44 of file Ref.cpp.
References clang::clangd::RefSlab::RefSlab(), and Result.
Adds a ref to the slab. Deep copy: Strings will be owned by the slab.
Definition at line 34 of file Ref.cpp.
Referenced by clang::clangd::readYAML().