Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp1233 std::vector<util::StringView> syntheticName {}; in GetNameForSynteticObjectType() local
2553 checker::ETSObjectType *ETSChecker::CreateSyntheticType(util::StringView const &syntheticName, in CreateSyntheticType()
2615 for (const auto &syntheticName : syntheticNames) { in GetImportSpecifierObjectType() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerHelpers.cpp479 …ker::ETSObjectType *CreateSyntheticType(ETSChecker *checker, util::StringView const &syntheticName, in CreateSyntheticType()