clang-tools  7.0.0
Public Member Functions | List of all members
clang::clangd::SymbolSlab::Builder Class Reference

#include <Index.h>

Public Member Functions

void insert (const Symbol &S)
 
const Symbolfind (const SymbolID &ID)
 
SymbolSlab build () &&
 

Detailed Description

Definition at line 258 of file Index.h.

Member Function Documentation

◆ build()

SymbolSlab clang::clangd::SymbolSlab::Builder::build ( ) &&

Definition at line 124 of file Index.cpp.

◆ find()

const Symbol* clang::clangd::SymbolSlab::Builder::find ( const SymbolID ID)
inline

Definition at line 265 of file Index.h.

◆ insert()

void clang::clangd::SymbolSlab::Builder::insert ( const Symbol S)

Definition at line 113 of file Index.cpp.

References clang::clangd::Symbol::ID.

Referenced by clang::clangd::symbolsFromYAML().


The documentation for this class was generated from the following files: