Searched refs:SLocMapI (Results 1 – 2 of 2) sorted by relevance
4945 GlobalSLocOffsetMapType::const_iterator SLocMapI) const { in findNextPreprocessedEntity()4946 ++SLocMapI; in findNextPreprocessedEntity()4948 EndI = GlobalSLocOffsetMap.end(); SLocMapI != EndI; ++SLocMapI) { in findNextPreprocessedEntity()4949 ModuleFile &M = *SLocMapI->second; in findNextPreprocessedEntity()4994 GlobalSLocOffsetMapType::const_iterator SLocMapI = GlobalSLocOffsetMap.find( in findPreprocessedEntity() local4996 assert(SLocMapI != GlobalSLocOffsetMap.end() && in findPreprocessedEntity()4999 if (SLocMapI->second->NumPreprocessedEntities == 0) in findPreprocessedEntity()5000 return findNextPreprocessedEntity(SLocMapI); in findPreprocessedEntity()5002 ModuleFile &M = *SLocMapI->second; in findPreprocessedEntity()5035 return findNextPreprocessedEntity(SLocMapI); in findPreprocessedEntity()
1208 GlobalSLocOffsetMapType::const_iterator SLocMapI) const;