Searched defs:setType (Results 1 – 3 of 3) sorted by relevance
257 public setType(newType: Type): void { method in ArkParameterRef
251 public setType(type: Type): void { method in FieldSignature
300 auto const setType = [checker](GlobalTypeId slotId, Type *type) { in InitializeGlobalBuiltinObjectType() local