Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DFormatEntity.h173 void AppendEntry(const Entry &&entry);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp323 void FormatEntity::Entry::AppendEntry(const Entry &&entry) { in AppendEntry() function in FormatEntity::Entry
2192 parent_entry.AppendEntry(std::move(scope_entry)); in ParseInternal()
2455 parent_entry.AppendEntry(std::move(entry)); in ParseInternal()