Searched refs:LocMin (Results 1 – 1 of 1) sorted by relevance
597 SourceLocation LocMin = SM.translateLineCol(File, LineMin, 1); in findNearbyIdentifier() local598 assert(LocMin.isValid()); in findNearbyIdentifier()605 if (Tok.location() < LocMin || Tok.location() > LocMax) in findNearbyIdentifier()