HomeSort by relevance Sort by last modified time
    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 701 i = CacheLookup.HitIdx;
767 CacheLookup.HitIdx = i;
796 CacheLookup.HitIdx = LookupFileCache[ScratchFilename].HitIdx;
809 CacheLookup.HitIdx = SearchDirs.size();
    [all...]

Completed in 551 milliseconds