Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DFormatEntity.h43 ParentString, enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp88 Definition("*", EntryType::ParentString)};
145 Definition("*", EntryType::ParentString)};
148 Definition("*", EntryType::ParentString)};
297 ENUM_TO_CSTR(ParentString); in TypeToCString()
1152 case Entry::Type::ParentString: // Only used for in Format()
1888 case FormatEntity::Entry::Type::ParentString: in ParseEntry()