Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Symbol/
H A DTypeList.cpp126 Type *the_type = pos->get(); in RemoveMismatchedTypes() local
131 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() local
202 the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes()
H A DTypeMap.cpp142 Type *the_type = pos->second.get(); in RemoveMismatchedTypes() local
147 match_type_class = the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes()
152 ConstString match_type_name_const_str(the_type->GetQualifiedName()); in RemoveMismatchedTypes()
/llvm-project-15.0.7/llvm/utils/
H A DlldbDataFormatters.py82 the_type = self.valobj.GetType()
85 if the_type.IsReferenceType():
86 the_type = the_type.GetDereferencedType()
88 self.data_type = the_type.GetTemplateArgumentType(0)