Home
last modified time | relevance | path

Searched refs:CreateStructTypeReference (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DstructLowering.cpp32 ir::ETSTypeReference *CreateStructTypeReference(checker::ETSChecker *checker, in CreateStructTypeReference() function
97 auto *typeRef = CreateStructTypeReference(checker, ast->AsETSStructDeclaration()); in Perform()