Searched refs:WordLine (Results 1 – 1 of 1) sorted by relevance
575 unsigned WordLine = SM.getSpellingLineNumber(Word.Location); in findNearbyIdentifier() local579 return Line >= WordLine ? Line - WordLine : 2 * (WordLine - Line); in findNearbyIdentifier()595 WordLine + 1 <= MaxDistance / 2 ? 1 : WordLine + 1 - MaxDistance / 2; in findNearbyIdentifier()596 unsigned LineMax = WordLine + 1 + MaxDistance; in findNearbyIdentifier()