9#ifndef LLDB_SYMBOL_TYPELIST_H
10#define LLDB_SYMBOL_TYPELIST_H
33 void Insert(
const lldb::TypeSP &type);
48 std::function<
bool(
const lldb::TypeSP &type_sp)>
const &callback)
const;
50 void ForEach(std::function<
bool(lldb::TypeSP &type_sp)>
const &callback);
56 llvm::StringRef type_basename,
57 lldb::TypeClass type_class,
bool exact_match);
A uniqued constant string class.
A stream class that can stream formatted output to a file.
std::vector< lldb::TypeSP > collection
TypeList FindTypes(ConstString name)
collection::const_iterator const_iterator
AdaptedIterable< collection, lldb::TypeSP, vector_adapter > TypeIterable
void ForEach(std::function< bool(const lldb::TypeSP &type_sp)> const &callback) const
lldb::TypeSP GetTypeAtIndex(uint32_t idx)
collection::iterator iterator
void Dump(Stream *s, bool show_context)
void Insert(const lldb::TypeSP &type)
void RemoveMismatchedTypes(lldb::TypeClass type_class)
TypeList(const TypeList &)=delete
void RemoveMismatchedTypes(llvm::StringRef qualified_typename, bool exact_match)
const TypeList & operator=(const TypeList &)=delete
void RemoveMismatchedTypes(llvm::StringRef type_scope, llvm::StringRef type_basename, lldb::TypeClass type_class, bool exact_match)
A class that represents a running process on the host machine.