Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp2058 Entry scope_entry(Entry::Type::Scope); in ParseInternal() local
2059 error = ParseInternal(format, scope_entry, depth + 1); in ParseInternal()
2062 parent_entry.AppendEntry(std::move(scope_entry)); in ParseInternal()