Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DXRefs.cpp700 SourceLocation LocMax = SM.translateLineCol(File, LineMax, 1); in findNearbyIdentifier() local
701 assert(LocMax.isValid()); in findNearbyIdentifier()
706 if (Tok.location() < LocMin || Tok.location() > LocMax) in findNearbyIdentifier()