Home
last modified time | relevance | path

Searched refs:syntheticName (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzerHelpers.h55 checker::ETSObjectType *CreateSyntheticType(ETSChecker *checker, util::StringView const &syntheticName,
H A DETSAnalyzerHelpers.cpp488 checker::ETSObjectType *CreateSyntheticType(ETSChecker *checker, util::StringView const &syntheticName, in CreateSyntheticType() argument
492 checker->Allocator(), syntheticName, syntheticName, in CreateSyntheticType()
495 auto *classDecl = checker->Allocator()->New<varbinder::ClassDecl>(syntheticName); in CreateSyntheticType()
H A DETSchecker.h629 checker::ETSObjectType *CreateSyntheticType(util::StringView const &syntheticName,
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dhelpers.cpp1281 std::vector<util::StringView> syntheticName {}; in GetNameForSynteticObjectType()
1286 syntheticName.emplace_back(sV.View()); in GetNameForSynteticObjectType()
1290 return syntheticName; in GetNameForSynteticObjectType()
2639 checker::ETSObjectType *ETSChecker::CreateSyntheticType(util::StringView const &syntheticName, in CreateSyntheticType() argument
2642 auto *syntheticObjType = Allocator()->New<checker::ETSObjectType>(Allocator(), syntheticName, syntheticName, id, in CreateSyntheticType()
2645 auto *classDecl = Allocator()->New<varbinder::ClassDecl>(syntheticName); in CreateSyntheticType()
2701 for (const auto &syntheticName : syntheticNames) { in GetImportSpecifierObjectType()
2702 lastObjectType = CreateSyntheticType(syntheticName, lastObjectType, ident); in GetImportSpecifierObjectType()

Completed in 9 milliseconds