Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ir/statements/
DforOfStatement.h108 [[nodiscard]] checker::Type *CheckIteratorMethod(checker::ETSChecker *checker);
DforOfStatement.cpp243 checker::Type *ForOfStatement::CheckIteratorMethod(checker::ETSChecker *const checker) in CheckIteratorMethod() function in ark::es2panda::ir::ForOfStatement
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp1836 elemType = st->CheckIteratorMethod(checker); in Check()