Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DValueObject.cpp646 bool ValueObject::IsCStringContainer(bool check_pointer) { in IsCStringContainer() function in ValueObject
1135 if (IsCStringContainer(true) && in HasSpecialPrintableRepresentation()
1180 if (IsCStringContainer(true) && in DumpPrintableRepresentation()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValueObject.h679 bool IsCStringContainer(bool check_pointer = false);