Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DFormatEntity.cpp2054 Entry scope_entry(Entry::Type::Scope); in ParseInternal() local
2055 error = FormatEntity::ParseInternal(format, scope_entry, depth + 1); in ParseInternal()
2058 parent_entry.AppendEntry(std::move(scope_entry)); in ParseInternal()