Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp547 CompilerType this_type(m_opaque_sp->GetCompilerType(true)); in GetEnumMembers() local
548 if (this_type.IsValid()) { in GetEnumMembers()
549 this_type.ForEachEnumerator([&sb_enum_member_list]( in GetEnumMembers()
569 CompilerType this_type(m_opaque_sp->GetCompilerType(false)); in GetFieldAtIndex() local
570 if (this_type.IsValid()) { in GetFieldAtIndex()
575 CompilerType field_type(this_type.GetFieldAtIndex( in GetFieldAtIndex()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp869 Type *this_type = this_var->GetType(); in LookUpLldbClass() local
871 if (!this_type) in LookUpLldbClass()
875 this_type->GetForwardCompilerType().GetPointeeType(); in LookUpLldbClass()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3189 Type *this_type = die.ResolveTypeUID(param_type_die_form.Reference()); in ParseChildParameters() local
3190 if (this_type) { in ParseChildParameters()
3191 uint32_t encoding_mask = this_type->GetEncodingMask(); in ParseChildParameters()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp207 CompilerType this_type(valobj.GetCompilerType()); in GetVTableAddress() local
208 uint32_t type_info = this_type.GetTypeInfo(&pointee_type); in GetVTableAddress()