Searched refs:SetUniqueId (Results 1 – 4 of 4) sorted by relevance
175 record_type_ir.SetUniqueId(record_type_protobuf.tag_info().unique_id()); in RecordTypeProtobufToIR()197 enum_type_ir.SetUniqueId(enum_type_protobuf.tag_info().unique_id()); in EnumTypeProtobufToIR()
194 tag_type_ir->SetUniqueId(type_decl.GetString("unique_id")); in ReadTagTypeInfo()
826 record_declp->SetUniqueId(GetTypeUniqueId(record_decl_)); in SetupRecordInfo()897 enum_type->SetUniqueId(GetTypeUniqueId(enum_decl_)); in SetupEnum()
200 void SetUniqueId(const std::string &unique_id) { in SetUniqueId() function