Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DValueObject.cpp2318 bool this_had_base_class = clang_type.GetCXXClassName (cxx_class_name); in GetBaseClassPath() local
2319 if (this_had_base_class) in GetBaseClassPath()
2325 return parent_had_base_class || this_had_base_class; in GetBaseClassPath()