Lines Matching refs:body_range
5459 SourceRange body_range; in ParseDoWhileStatement() local
5464 SourceRangeScope range_scope(scanner(), &body_range); in ParseDoWhileStatement()
5480 impl()->RecordIterationStatementSourceRange(loop, body_range); in ParseDoWhileStatement()
5495 SourceRange body_range; in ParseWhileStatement() local
5503 SourceRangeScope range_scope(scanner(), &body_range); in ParseWhileStatement()
5508 impl()->RecordIterationStatementSourceRange(loop, body_range); in ParseWhileStatement()
5874 SourceRange body_range; in ParseForEachStatementWithDeclarations() local
5875 SourceRangeScope range_scope(scanner(), &body_range); in ParseForEachStatementWithDeclarations()
5941 SourceRange body_range; in ParseForEachStatementWithoutDeclarations() local
5942 SourceRangeScope range_scope(scanner(), &body_range); in ParseForEachStatementWithoutDeclarations()
6027 SourceRange body_range; in ParseStandardForLoop() local
6029 SourceRangeScope range_scope(scanner(), &body_range); in ParseStandardForLoop()
6032 impl()->RecordIterationStatementSourceRange(loop, body_range); in ParseStandardForLoop()
6148 SourceRange body_range; in ParseForAwaitStatement() local
6149 SourceRangeScope range_scope(scanner(), &body_range); in ParseForAwaitStatement()