Home
last modified time | relevance | path

Searched refs:syntheticObjType (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzerHelpers.cpp491 auto *syntheticObjType = checker->Allocator()->New<checker::ETSObjectType>( in CreateSyntheticType() local
498 var->SetTsType(syntheticObjType); in CreateSyntheticType()
500 syntheticObjType->SetEnclosingType(lastObjectType); in CreateSyntheticType()
501 return syntheticObjType; in CreateSyntheticType()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dhelpers.cpp2642 auto *syntheticObjType = Allocator()->New<checker::ETSObjectType>(Allocator(), syntheticName, syntheticName, id, in CreateSyntheticType() local
2648 var->SetTsType(syntheticObjType); in CreateSyntheticType()
2650 syntheticObjType->SetEnclosingType(lastObjectType); in CreateSyntheticType()
2651 return syntheticObjType; in CreateSyntheticType()

Completed in 8 milliseconds