Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h56 std::string type_cstr(type.AsCString()); in StripTypeName()
57 StringLexer type_lexer(type_cstr); in StripTypeName()
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp1043 auto type_cstr = type_obj.GetDisplayTypeName(); in CreateVariable() local
1073 EmplaceSafeString(object, "type", type_cstr ? type_cstr : NO_TYPENAME); in CreateVariable()