Searched refs:this_type (Results 1 – 5 of 5) sorted by relevance
253 …unsigned int this_type = get_joining_type (buffer->context[0][i], buffer->unicode->general_categor… in arabic_joining() local255 if (unlikely (this_type == JOINING_TYPE_T)) in arabic_joining()258 const arabic_state_table_entry *entry = &arabic_state_table[state][this_type]; in arabic_joining()265 …unsigned int this_type = get_joining_type (info[i].codepoint, _hb_glyph_info_get_general_category … in arabic_joining() local267 if (unlikely (this_type == JOINING_TYPE_T)) { in arabic_joining()272 const arabic_state_table_entry *entry = &arabic_state_table[state][this_type]; in arabic_joining()285 …unsigned int this_type = get_joining_type (buffer->context[1][i], buffer->unicode->general_categor… in arabic_joining() local287 if (unlikely (this_type == JOINING_TYPE_T)) in arabic_joining()290 const arabic_state_table_entry *entry = &arabic_state_table[state][this_type]; in arabic_joining()
326 ClangASTType this_type (m_opaque_sp->GetClangASTType ()); in GetDirectBaseClassAtIndex() local327 if (this_type.IsValid()) in GetDirectBaseClassAtIndex()330 ClangASTType base_class_type (this_type.GetDirectBaseClassAtIndex(idx, &bit_offset)); in GetDirectBaseClassAtIndex()347 ClangASTType this_type (m_opaque_sp->GetClangASTType ()); in GetVirtualBaseClassAtIndex() local348 if (this_type.IsValid()) in GetVirtualBaseClassAtIndex()351 ClangASTType base_class_type (this_type.GetVirtualBaseClassAtIndex(idx, &bit_offset)); in GetVirtualBaseClassAtIndex()367 ClangASTType this_type (m_opaque_sp->GetClangASTType ()); in GetFieldAtIndex() local368 if (this_type.IsValid()) in GetFieldAtIndex()374 ClangASTType field_type (this_type.GetFieldAtIndex (idx, in GetFieldAtIndex()
295 enum filter_rule_type this_type = type; in parse_filter() local373 add_filter_rule(filt, expr, this_type, in parse_filter()
992 Type *this_type = this_var->GetType(); in FindExternalVisibleDecls() local994 if (!this_type) in FindExternalVisibleDecls()997 ClangASTType pointee_type = this_type->GetClangForwardType().GetPointeeType(); in FindExternalVisibleDecls()1003 ASTDumper ast_dumper(this_type->GetClangFullType()); in FindExternalVisibleDecls()1011 TypeFromUser this_user_type(this_type->GetClangFullType()); in FindExternalVisibleDecls()
4234 Type *this_type = ResolveTypeUID (param_type_die_offset); in ParseChildParameters() local4235 if (this_type) in ParseChildParameters()4237 uint32_t encoding_mask = this_type->GetEncodingMask(); in ParseChildParameters()