Searched refs:TokCost (Results 1 – 1 of 1) sorted by relevance
613 unsigned TokCost = Cost(Tok.location()); in findNearbyIdentifier() local614 if (TokCost >= BestCost) in findNearbyIdentifier()621 BestCost = TokCost; in findNearbyIdentifier()