Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DHeaderSearch.cpp901 i = CacheLookup.HitIdx; in LookupFile()
990 CacheLookup.HitIdx = i; in LookupFile()
1021 CacheLookup.HitIdx = LookupFileCache[ScratchFilename].HitIdx; in LookupFile()
1035 CacheLookup.HitIdx = SearchDirs.size(); in LookupFile()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearch.h204 unsigned HitIdx = 0; member