Searched refs:LastLocLine (Results 1 – 2 of 2) sorted by relevance
330 LastLocLine = PLoc.getLine(); in dumpLocation()331 } else if (PLoc.getLine() != LastLocLine) { in dumpLocation()333 LastLocLine = PLoc.getLine(); in dumpLocation()
139 unsigned LastLocLine = ~0U; variable