Searched refs:fSourceLocationMappings (Results 1 – 2 of 2) sorted by relevance
670 fSourceLocationMappings[path] = locatedPath; in SourceEntryLocated()742 fSourceLocationMappings[sourcePath] = locatedPath; in LoadLocationMappings()757 for (LocatedFileMap::const_iterator it = fSourceLocationMappings.begin(); in SaveLocationMappings()758 it != fSourceLocationMappings.end(); ++it) { in SaveLocationMappings()802 LocatedFileMap::const_iterator it = fSourceLocationMappings.find( in _LocateFileIfMapped()804 if (it != fSourceLocationMappings.end() in _LocateFileIfMapped()
85 LocatedFileMap fSourceLocationMappings; variable