Home
last modified time | relevance | path

Searched defs:setType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/base/
DRef.ts257 public setType(newType: Type): void { method in ArkParameterRef
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/
DArkSignature.ts251 public setType(type: Type): void { method in FieldSignature
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCreation.cpp300 auto const setType = [checker](GlobalTypeId slotId, Type *type) { in InitializeGlobalBuiltinObjectType() local