Searched refs:SLocMapI (Results 1 – 2 of 2) sorted by relevance
6156 GlobalSLocOffsetMapType::const_iterator SLocMapI) const { in findNextPreprocessedEntity()6157 ++SLocMapI; in findNextPreprocessedEntity()6159 EndI = GlobalSLocOffsetMap.end(); SLocMapI != EndI; ++SLocMapI) { in findNextPreprocessedEntity()6160 ModuleFile &M = *SLocMapI->second; in findNextPreprocessedEntity()6204 GlobalSLocOffsetMapType::const_iterator SLocMapI = GlobalSLocOffsetMap.find( in findPreprocessedEntity() local6206 assert(SLocMapI != GlobalSLocOffsetMap.end() && in findPreprocessedEntity()6209 if (SLocMapI->second->NumPreprocessedEntities == 0) in findPreprocessedEntity()6210 return findNextPreprocessedEntity(SLocMapI); in findPreprocessedEntity()6212 ModuleFile &M = *SLocMapI->second; in findPreprocessedEntity()6247 return findNextPreprocessedEntity(SLocMapI); in findPreprocessedEntity()
1439 GlobalSLocOffsetMapType::const_iterator SLocMapI) const;