Searched refs:this_type (Results 1 – 7 of 7) sorted by relevance
3 ContextClass *this_type = nullptr; member4 ContextClass() { this_type = this; } in ContextClass()17 TemplatedContextClass<TC> *this_type = nullptr; member18 TemplatedContextClass() { this_type = this; } in TemplatedContextClass()
69 ConversionMethod(const Method &method, const std::string &this_type,71 ConversionMethod(const Method &method, const std::string &this_type);78 const std::string this_type; member
1077 const std::string &this_type, in ConversionMethod() argument1079 NoCopyMethod(method), this_type(this_type), in ConversionMethod()1093 const std::string &this_type) : in ConversionMethod() argument1094 ConversionMethod(method, this_type, [this] (int pos) { in ConversionMethod()1148 if (clazz.name == this_type) { in print_call()1151 auto cpp_type = ns + cpp_generator::type2cpp(this_type); in print_call()
447 CompilerType this_type(m_opaque_sp->GetCompilerType(true)); in GetEnumMembers() local448 if (this_type.IsValid()) { in GetEnumMembers()449 this_type.ForEachEnumerator([&sb_enum_member_list]( in GetEnumMembers()469 CompilerType this_type(m_opaque_sp->GetCompilerType(false)); in GetFieldAtIndex() local470 if (this_type.IsValid()) { in GetFieldAtIndex()475 CompilerType field_type(this_type.GetFieldAtIndex( in GetFieldAtIndex()
875 Type *this_type = this_var->GetType(); in LookUpLldbClass() local877 if (!this_type) in LookUpLldbClass()881 this_type->GetForwardCompilerType().GetPointeeType(); in LookUpLldbClass()
3026 Type *this_type = in ParseChildParameters() local3028 if (this_type) { in ParseChildParameters()3029 uint32_t encoding_mask = this_type->GetEncodingMask(); in ParseChildParameters()
201 CompilerType this_type(valobj.GetCompilerType()); in GetVTableAddress() local202 uint32_t type_info = this_type.GetTypeInfo(&pointee_type); in GetVTableAddress()