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);
73 #endif // LLDB_SYMBOL_TYPELIST_H