Searched refs:SLocMapI (Results 1 – 2 of 2) sorted by relevance
5535 GlobalSLocOffsetMapType::const_iterator SLocMapI) const { in findNextPreprocessedEntity()5536 ++SLocMapI; in findNextPreprocessedEntity()5538 EndI = GlobalSLocOffsetMap.end(); SLocMapI != EndI; ++SLocMapI) { in findNextPreprocessedEntity()5539 ModuleFile &M = *SLocMapI->second; in findNextPreprocessedEntity()5583 GlobalSLocOffsetMapType::const_iterator SLocMapI = GlobalSLocOffsetMap.find( in findPreprocessedEntity() local5585 assert(SLocMapI != GlobalSLocOffsetMap.end() && in findPreprocessedEntity()5588 if (SLocMapI->second->NumPreprocessedEntities == 0) in findPreprocessedEntity()5589 return findNextPreprocessedEntity(SLocMapI); in findPreprocessedEntity()5591 ModuleFile &M = *SLocMapI->second; in findPreprocessedEntity()5626 return findNextPreprocessedEntity(SLocMapI); in findPreprocessedEntity()
1377 GlobalSLocOffsetMapType::const_iterator SLocMapI) const;