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