Searched defs:CastTarget (Results 1 – 7 of 7) sorted by relevance
50 void ETSNullType::CastTarget(TypeRelation *relation, Type *source) in CastTarget() function in ark::es2panda::checker::ETSNullType101 void ETSUndefinedType::CastTarget(TypeRelation *relation, Type *source) in CastTarget() function in ark::es2panda::checker::ETSUndefinedType
86 void ETSDynamicType::CastTarget(TypeRelation *relation, Type *source) in CastTarget() function in ark::es2panda::checker::ETSDynamicType
62 void ETSNonNullishType::CastTarget(TypeRelation *relation, Type *source) in CastTarget() function in ark::es2panda::checker::ETSNonNullishType
67 void ETSReadonlyType::CastTarget(TypeRelation *relation, [[maybe_unused]] Type *source) in CastTarget() function in ark::es2panda::checker::ETSReadonlyType
68 void ETSTypeParameter::CastTarget(TypeRelation *relation, Type *source) in CastTarget() function in ark::es2panda::checker::ETSTypeParameter
226 void ETSUnionType::CastTarget(TypeRelation *relation, Type *source) in CastTarget() function in ark::es2panda::checker::ETSUnionType
105 void Type::CastTarget(TypeRelation *const relation, [[maybe_unused]] Type *source) in CastTarget() function in ark::es2panda::checker::Type