Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp833 unsigned LessIndex = 0; in getFileIDLocal() local
838 LessIndex = LastFileIDLookup.ID; in getFileIDLocal()
863 while (LessIndex < GreaterIndex) { in getFileIDLocal()
866 unsigned MiddleIndex = LessIndex + (GreaterIndex - LessIndex) / 2; in getFileIDLocal()
868 LessIndex = MiddleIndex + 1; in getFileIDLocal()
876 LastLookupStartOffset = LocalLocOffsetTable[LessIndex - 1]; in getFileIDLocal()
877 LastLookupEndOffset = LocalLocOffsetTable[LessIndex]; in getFileIDLocal()
878 return LastFileIDLookup = FileID::get(LessIndex - 1); in getFileIDLocal()