Searched refs:next_line_sc (Results 1 – 1 of 1) sorted by relevance
204 SymbolContext next_line_sc; in GetSameLineContiguousAddressRange() local207 range_end.CalculateSymbolContext(&next_line_sc, symbol_context_scope); in GetSameLineContiguousAddressRange()209 if (!next_line_sc.line_entry.IsValid() || in GetSameLineContiguousAddressRange()210 next_line_sc.line_entry.range.GetByteSize() == 0) in GetSameLineContiguousAddressRange()213 if (original_file == next_line_sc.line_entry.original_file && in GetSameLineContiguousAddressRange()214 (next_line_sc.line_entry.line == 0 || in GetSameLineContiguousAddressRange()215 line == next_line_sc.line_entry.line)) { in GetSameLineContiguousAddressRange()222 if (!complete_line_range.Extend(next_line_sc.line_entry.range)) in GetSameLineContiguousAddressRange()227 if (include_inlined_functions && next_line_sc.block && in GetSameLineContiguousAddressRange()228 next_line_sc.block->GetContainingInlinedBlock() != nullptr) { in GetSameLineContiguousAddressRange()[all …]