Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DXRefs.cpp599 SourceLocation LocMax = SM.translateLineCol(File, LineMax, 1); in findNearbyIdentifier() local
600 assert(LocMax.isValid()); in findNearbyIdentifier()
605 if (Tok.location() < LocMin || Tok.location() > LocMax) in findNearbyIdentifier()