Searched refs:this_had_base_class (Results 1 – 1 of 1) sorted by relevance
2318 bool this_had_base_class = clang_type.GetCXXClassName (cxx_class_name); in GetBaseClassPath() local2319 if (this_had_base_class) in GetBaseClassPath()2325 return parent_had_base_class || this_had_base_class; in GetBaseClassPath()