Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
DutilityTypeHandlers.cpp81 Type *ETSChecker::CreatePartialType(Type *const typeToBePartial) in CreatePartialType()
104 Type *ETSChecker::CreatePartialTypeParameter(ETSTypeParameter *typeToBePartial) in CreatePartialTypeParameter()
109 Type *ETSChecker::CreatePartialTypeClass(ETSObjectType *typeToBePartial, ir::AstNode *typeDeclNode) in CreatePartialTypeClass()
166 ETSObjectType *const typeToBePartial) in HandlePartialInterface()
634 ETSObjectType *const typeToBePartial, in CreatePartialTypeInterfaceDecl()
767 Type *ETSChecker::HandleUnionForPartialType(ETSUnionType *const typeToBePartial) in HandleUnionForPartialType()
786 … ir::ClassDefinition *const classDef, ETSObjectType *const typeToBePartial, in CreatePartialTypeClassDef()