Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp1042 auto type_obj = v.GetType(); in CreateVariable() local
1043 auto type_cstr = type_obj.GetDisplayTypeName(); in CreateVariable()
1058 const bool is_array = type_obj.IsArrayType(); in CreateVariable()