Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h636 class AppendVisitor {
638 AppendVisitor(TypeListImpl &type_list) : m_type_list(type_list) {} in AppendVisitor() function