Searched refs:the_type (Results 1 – 3 of 3) sorted by relevance
126 Type *the_type = pos->get(); in RemoveMismatchedTypes() local131 match_type_class = the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes()136 ConstString match_type_name_const_str(the_type->GetQualifiedName()); in RemoveMismatchedTypes()200 Type *the_type = pos->get(); in RemoveMismatchedTypes() local202 the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes()
142 Type *the_type = pos->second.get(); in RemoveMismatchedTypes() local147 match_type_class = the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes()152 ConstString match_type_name_const_str(the_type->GetQualifiedName()); in RemoveMismatchedTypes()
82 the_type = self.valobj.GetType()85 if the_type.IsReferenceType():86 the_type = the_type.GetDereferencedType()88 self.data_type = the_type.GetTemplateArgumentType(0)