Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp455 CompilerType this_type(m_opaque_sp->GetCompilerType(true)); in GetEnumMembers() local
456 if (this_type.IsValid()) { in GetEnumMembers()
457 this_type.ForEachEnumerator([&sb_enum_member_list]( in GetEnumMembers()
478 CompilerType this_type(m_opaque_sp->GetCompilerType(false)); in GetFieldAtIndex() local
479 if (this_type.IsValid()) { in GetFieldAtIndex()
484 CompilerType field_type(this_type.GetFieldAtIndex( in GetFieldAtIndex()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp844 Type *this_type = this_var->GetType(); in LookUpLldbClass() local
846 if (!this_type) in LookUpLldbClass()
850 this_type->GetForwardCompilerType().GetPointeeType(); in LookUpLldbClass()
856 TypeFromUser this_user_type(this_type->GetFullCompilerType()); in LookUpLldbClass()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2949 Type *this_type = in ParseChildParameters() local
2951 if (this_type) { in ParseChildParameters()
2952 uint32_t encoding_mask = this_type->GetEncodingMask(); in ParseChildParameters()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp201 CompilerType this_type(valobj.GetCompilerType()); in GetVTableAddress() local
202 uint32_t type_info = this_type.GetTypeInfo(&pointee_type); in GetVTableAddress()