Home
last modified time | relevance | path

Searched refs:TokCost (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DXRefs.cpp613 unsigned TokCost = Cost(Tok.location()); in findNearbyIdentifier() local
614 if (TokCost >= BestCost) in findNearbyIdentifier()
621 BestCost = TokCost; in findNearbyIdentifier()