clang-tools
7.0.0
|
#include <Index.h>
Classes | |
class | Builder |
Public Types | |
using | const_iterator = std::vector< Symbol >::const_iterator |
using | iterator = const_iterator |
Public Member Functions | |
SymbolSlab ()=default | |
const_iterator | begin () const |
const_iterator | end () const |
const_iterator | find (const SymbolID &SymID) const |
size_t | size () const |
size_t | bytes () const |
using clang::clangd::SymbolSlab::const_iterator = std::vector<Symbol>::const_iterator |
|
default |
|
inline |
|
inline |
SymbolSlab::const_iterator clang::clangd::SymbolSlab::find | ( | const SymbolID & | SymID | ) | const |