Home
last modified time | relevance | path

Searched defs:AssignmentSource (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/types/
Dtype.cpp34 bool Type::AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() function in panda::es2panda::checker::Type
DundefinedType.cpp32 bool UndefinedType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() function in panda::es2panda::checker::UndefinedType
DneverType.cpp42 bool NeverType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() function in panda::es2panda::checker::NeverType
DnullType.cpp32 bool NullType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() function in panda::es2panda::checker::NullType
DanyType.cpp37 bool AnyType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() function in panda::es2panda::checker::AnyType
DunionType.cpp58 bool UnionType::AssignmentSource(TypeRelation *relation, Type *target) in AssignmentSource() function in panda::es2panda::checker::UnionType