Searched refs:template_element_ir (Results 1 – 3 of 3) sorted by relevance
73 TemplateElementIR template_element_ir(template_element.referenced_type()); in TemplateInfoProtobufToIR() local74 template_info_ir.AddTemplateElement(std::move(template_element_ir)); in TemplateInfoProtobufToIR()
76 for (auto &&template_element_ir : template_ir->GetTemplateElements()) { in AddTemplateInfo()77 args.append(template_element_ir.GetReferencedType()); in AddTemplateInfo()
201 TemplateElementIR template_element_ir(referenced_type); in ReadTemplateInfo() local202 template_info_ir.AddTemplateElement(std::move(template_element_ir)); in ReadTemplateInfo()