reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Lex/HeaderSearch.cpp
  878   if (!SkipCache && CacheLookup.StartIdx == i+1) {
  880     i = CacheLookup.HitIdx;
  881     if (CacheLookup.MappedName) {
  882       Filename = CacheLookup.MappedName;
  890     CacheLookup.reset(/*StartIdx=*/i+1);
  906       CacheLookup.MappedName =
  918       *IsFrameworkFound |= (IsFrameworkFoundInDir && !CacheLookup.MappedName);
  969     CacheLookup.HitIdx = i;
 1014   CacheLookup.HitIdx = SearchDirs.size();