Home
last modified time | relevance | path

Searched refs:AdaptedIterable (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DIterable.h154 class AdaptedIterable {
159 AdaptedIterable(const C &container) : m_container(container) {} in AdaptedIterable() function
172 class LockingAdaptedIterable : public AdaptedIterable<C, E, A> {
175 : AdaptedIterable<C, E, A>(container), m_mutex(&mutex) { in LockingAdaptedIterable()
180 : AdaptedIterable<C, E, A>(rhs), m_mutex(rhs.m_mutex) { in LockingAdaptedIterable()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DTypeList.h46 typedef AdaptedIterable<collection, lldb::TypeSP, vector_adapter>
H A DTypeMap.h47 typedef AdaptedIterable<collection, lldb::TypeSP, map_adapter> TypeIterable;
H A DSymbolContext.h551 typedef AdaptedIterable<collection, SymbolContext, vector_adapter>
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationCollection.h199 typedef AdaptedIterable<collection, lldb::BreakpointLocationSP,
H A DBreakpointLocationList.h247 typedef AdaptedIterable<collection, lldb::BreakpointLocationSP,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleList.h584 typedef AdaptedIterable<collection, lldb::ModuleSP, vector_adapter>