clang-tools
10.0.0git
|
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 | ( | ) | && |
Adds a ref to the slab. Deep copy: Strings will be owned by the slab.
Definition at line 35 of file Ref.cpp.
Referenced by clang::clangd::SymbolCollector::handleMacros().