Lines Matching defs:stat
5129 StatementT stat = ParseStatementListItem();
5130 if (impl()->IsNull(stat)) return;
5132 body->Add(stat);
5134 if (!impl()->IsStringLiteral(stat)) break;
5162 StatementT stat = ParseStatementListItem();
5163 if (impl()->IsNull(stat)) return;
5164 if (stat->IsEmptyStatement()) continue;
5165 body->Add(stat);
5343 StatementT stat = ParseStatementListItem();
5344 if (impl()->IsNull(stat)) return body;
5345 if (stat->IsEmptyStatement()) continue;
5346 statements.Add(stat);
5841 StatementT stat = ParseStatementListItem();
5842 if (impl()->IsNull(stat)) return stat;
5843 if (stat->IsEmptyStatement()) continue;
5844 statements.Add(stat);