Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DFormatEntity.cpp2028 Entry scope_entry(Entry::Type::Scope); in ParseInternal() local
2029 error = FormatEntity::ParseInternal(format, scope_entry, depth + 1); in ParseInternal()
2032 parent_entry.AppendEntry(std::move(scope_entry)); in ParseInternal()