OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HitIdx
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Lex/
HeaderSearch.h
187
unsigned
HitIdx
;
193
LookupFileCacheInfo(): StartIdx(0),
HitIdx
(0), MappedName(nullptr) {}
/external/clang/lib/Lex/
HeaderSearch.cpp
699
i = CacheLookup.
HitIdx
;
765
CacheLookup.
HitIdx
= i;
794
CacheLookup.
HitIdx
= LookupFileCache[ScratchFilename].
HitIdx
;
807
CacheLookup.
HitIdx
= SearchDirs.size();
[
all
...]
Completed in 41 milliseconds