Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DFormatEntity.h43 ParentString, enumerator
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp90 Definition("*", EntryType::ParentString)};
158 Definition("*", EntryType::ParentString)};
161 Definition("*", EntryType::ParentString)};
342 ENUM_TO_CSTR(ParentString); in TypeToCString()
1325 case Entry::Type::ParentString: // Only used for in Format()
2065 case FormatEntity::Entry::Type::ParentString: in ParseEntry()