Home
last modified time | relevance | path

Searched defs:sourceType (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/core/
DtypeElaborationContext.h34 …ElaborationContext(Checker *checker, Type *targetType, Type *sourceType, const ir::Expression *sou… in ElaborationContext()
61 …ArrayElaborationContext(Checker *checker, Type *targetType, Type *sourceType, const ir::Expression… in ArrayElaborationContext()
76 …ObjectElaborationContext(Checker *checker, Type *targetType, Type *sourceType, const ir::Expressio… in ObjectElaborationContext()
DtypeElaborationContext.cpp32 … Type *sourceType = sourceNode ? checker_->CheckTypeCached(sourceNode) : checker_->GlobalAnyType(); in GetBestMatchingType() local
Dhelpers.cpp317 Type *sourceType = CheckTypeCached(sourceNode); in ElaborateElementwise() local
Dobject.cpp545 Type *sourceType = GetTypeOfVariable(found); in ValidateInterfaceMemberRedeclaration() local
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsInterfaceDeclaration.cpp85 checker::Type *sourceType = checker->GetTypeOfVariable(inheritedProp); in CheckInheritedPropertiesAreIdentical() local
/arkcompiler/ets_frontend/es2panda/typescript/types/
DinterfaceType.cpp68 … Type *sourceType = relation->GetChecker()->GetTypeOfVariable(sourceProp); in Identical() local
DobjectType.cpp125 Type *sourceType = relation->GetChecker()->GetTypeOfVariable(found); in AssignProperties() local