Searched refs:FindTypeById (Results 1 – 1 of 1) sorted by relevance
807 static const TypeIR *FindTypeById( in FindTypeById() function834 const TypeIR *type_ir = FindTypeById(types, type_id); in ResolveQualifiers()892 const TypeIR *old_type = FindTypeById(old_types, old_type_id); in ResolveImplicitlyConvertibleQualifiedReferences()893 const TypeIR *new_type = FindTypeById(new_types, new_type_id); in ResolveImplicitlyConvertibleQualifiedReferences()916 const TypeIR *old_type_ir = FindTypeById(old_types_, old_type_id); in CompareParameterTypes()917 const TypeIR *new_type_ir = FindTypeById(new_types_, new_type_id); in CompareParameterTypes()946 const TypeIR *old_type_ir = FindTypeById(old_types_, old_type_id); in CompareReturnTypes()947 const TypeIR *new_type_ir = FindTypeById(new_types_, new_type_id); in CompareReturnTypes()