Searched refs:SLocMapI (Results 1 – 2 of 2) sorted by relevance
4968 GlobalSLocOffsetMapType::const_iterator SLocMapI) const { in findNextPreprocessedEntity()4969 ++SLocMapI; in findNextPreprocessedEntity()4971 EndI = GlobalSLocOffsetMap.end(); SLocMapI != EndI; ++SLocMapI) { in findNextPreprocessedEntity()4972 ModuleFile &M = *SLocMapI->second; in findNextPreprocessedEntity()5016 GlobalSLocOffsetMapType::const_iterator SLocMapI = GlobalSLocOffsetMap.find( in findPreprocessedEntity() local5018 assert(SLocMapI != GlobalSLocOffsetMap.end() && in findPreprocessedEntity()5021 if (SLocMapI->second->NumPreprocessedEntities == 0) in findPreprocessedEntity()5022 return findNextPreprocessedEntity(SLocMapI); in findPreprocessedEntity()5024 ModuleFile &M = *SLocMapI->second; in findPreprocessedEntity()5057 return findNextPreprocessedEntity(SLocMapI); in findPreprocessedEntity()
1210 GlobalSLocOffsetMapType::const_iterator SLocMapI) const;