Home
last modified time | relevance | path

Searched refs:SetIsTrailingBlockInNewLine (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DcallExpression.h138 void SetIsTrailingBlockInNewLine(bool const isNewLine) noexcept in SetIsTrailingBlockInNewLine() function
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp1639 callExpr->SetIsTrailingBlockInNewLine(Lexer()->GetToken().NewLine()); in ParseTrailingBlock()