Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DXRefs.cpp581 const syntax::Token *BestTok = nullptr; in findNearbyIdentifier() local
622 BestTok = &Tok; in findNearbyIdentifier()
641 if (BestTok) in findNearbyIdentifier()
645 BestTok->location().printToString(SM)); in findNearbyIdentifier()
647 return BestTok; in findNearbyIdentifier()