Home
last modified time | relevance | path

Searched defs:trailingBlock (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/statements/
DblockStatement.h68 void AddTrailingBlock(AstNode *stmt, BlockStatement *trailingBlock) in AddTrailingBlock()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp1730 auto *const trailingBlock = tb->second; in Check() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp1979 auto *trailingBlock = callExpr->TrailingBlock(); in TransformTraillingLambda() local