Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObject.h755 bool IsCStringContainer(bool check_pointer = false);
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp648 bool ValueObject::IsCStringContainer(bool check_pointer) { in IsCStringContainer() function in ValueObject
1308 if (IsCStringContainer(true) && in HasSpecialPrintableRepresentation()
1362 if (IsCStringContainer(true) && in DumpPrintableRepresentation()