Searched refs:SLocMapI (Results 1 – 2 of 2) sorted by relevance
4996 GlobalSLocOffsetMapType::const_iterator SLocMapI) const { in findNextPreprocessedEntity()4997 ++SLocMapI; in findNextPreprocessedEntity()4999 EndI = GlobalSLocOffsetMap.end(); SLocMapI != EndI; ++SLocMapI) { in findNextPreprocessedEntity()5000 ModuleFile &M = *SLocMapI->second; in findNextPreprocessedEntity()5045 GlobalSLocOffsetMapType::const_iterator SLocMapI = GlobalSLocOffsetMap.find( in findPreprocessedEntity() local5047 assert(SLocMapI != GlobalSLocOffsetMap.end() && in findPreprocessedEntity()5050 if (SLocMapI->second->NumPreprocessedEntities == 0) in findPreprocessedEntity()5051 return findNextPreprocessedEntity(SLocMapI); in findPreprocessedEntity()5053 ModuleFile &M = *SLocMapI->second; in findPreprocessedEntity()5086 return findNextPreprocessedEntity(SLocMapI); in findPreprocessedEntity()
1220 GlobalSLocOffsetMapType::const_iterator SLocMapI) const;