Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegexCommand.h52 typedef std::list<Entry> EntryCollection; typedef
54 EntryCollection m_entries;
H A DCommandObjectRegexCommand.cpp59 EntryCollection::const_iterator pos, end = m_entries.end(); in DoExecute()