Searched refs:SameCol (Results 1 – 1 of 1) sorted by relevance
213 bool SameCol = L1->getColumn() == L2->getColumn(); in getMergedLocation() local215 unsigned Col = SameLine && SameCol ? L1->getColumn() : 0; in getMergedLocation()