Searched refs:the_type (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DTypeList.cpp126 Type *the_type = pos->get();
131 match_type_class = the_type->GetForwardCompilerType().GetTypeClass();
136 ConstString match_type_name_const_str(the_type->GetQualifiedName());
200 Type *the_type = pos->get();
202 the_type->GetForwardCompilerType().GetTypeClass();
H A DTypeMap.cpp156 Type *the_type = pos->second.get(); local
161 match_type_class = the_type->GetForwardCompilerType().GetTypeClass();
166 ConstString match_type_name_const_str(the_type->GetQualifiedName());
230 Type *the_type = pos->second.get(); local
232 the_type->GetForwardCompilerType().GetTypeClass();

Completed in 158 milliseconds