Home
last modified time | relevance | path

Searched refs:TypeIterable (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DTypeList.h43 TypeIterable; typedef
45 TypeIterable Types() { return TypeIterable(m_types); } in Types()
H A DTypeMap.h45 typedef AdaptedIterable<collection, lldb::TypeSP, map_adapter> TypeIterable; typedef
47 TypeIterable Types() { return TypeIterable(m_types); } in Types()