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.cpp870 Type *this_type = this_var->GetType(); in LookUpLldbClass() local
872 if (!this_type) in LookUpLldbClass()
876 this_type->GetForwardCompilerType().GetPointeeType(); in LookUpLldbClass()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp237 Type *this_type = subprogram.ResolveTypeUID( in GetCXXMethodCVQuals() local
239 if (!this_type) in GetCXXMethodCVQuals()
242 uint32_t encoding_mask = this_type->GetEncodingMask(); in GetCXXMethodCVQuals()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp208 CompilerType this_type(valobj.GetCompilerType()); in GetVTableAddress() local
209 uint32_t type_info = this_type.GetTypeInfo(&pointee_type); in GetVTableAddress()