Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Core/ !
H A DFormatEntity.h43 ParentString, enumerator
/src/contrib/llvm-project/lldb/source/Core/ !
H A DFormatEntity.cpp89 Definition("*", EntryType::ParentString)};
146 Definition("*", EntryType::ParentString)};
149 Definition("*", EntryType::ParentString)};
298 ENUM_TO_CSTR(ParentString); in TypeToCString()
1194 case Entry::Type::ParentString: // Only used for in Format()
1937 case FormatEntity::Entry::Type::ParentString: in ParseEntry()