Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp1045 auto type_obj = v.GetType(); in CreateVariable() local
1046 auto type_cstr = type_obj.GetDisplayTypeName(); in CreateVariable()
1061 const bool is_array = type_obj.IsArrayType(); in CreateVariable()