Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DValueObject.h663 bool IsCStringContainer(bool check_pointer = false);
/external/llvm-project/lldb/source/Core/
DValueObject.cpp701 bool ValueObject::IsCStringContainer(bool check_pointer) { in IsCStringContainer() function in ValueObject
1185 if (IsCStringContainer(true) && in HasSpecialPrintableRepresentation()
1230 if (IsCStringContainer(true) && in DumpPrintableRepresentation()