Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
DutilityTypeHandlers.cpp118 Type *ETSChecker::CreatePartialType(Type *const typeToBePartial) in CreatePartialType()
139 Type *ETSChecker::CreatePartialTypeParameter(ETSTypeParameter *typeToBePartial) in CreatePartialTypeParameter()
144 Type *ETSChecker::CreatePartialTypeClass(ETSObjectType *typeToBePartial, ir::AstNode *typeDeclNode) in CreatePartialTypeClass()
194 …::HandlePartialInterface(ir::TSInterfaceDeclaration *interfaceDecl, ETSObjectType *typeToBePartial) in HandlePartialInterface()
703 ETSObjectType *const typeToBePartial, in CreatePartialTypeInterfaceDecl()
848 Type *ETSChecker::HandleUnionForPartialType(ETSUnionType *const typeToBePartial) in HandleUnionForPartialType()
868 … ir::ClassDefinition *const classDef, ETSObjectType *const typeToBePartial, in CreatePartialTypeClassDef()