Searched refs:SLocMapI (Results 1 – 4 of 4) 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()
6028 GlobalSLocOffsetMapType::const_iterator SLocMapI) const { in findNextPreprocessedEntity()6029 ++SLocMapI; in findNextPreprocessedEntity()6031 EndI = GlobalSLocOffsetMap.end(); SLocMapI != EndI; ++SLocMapI) { in findNextPreprocessedEntity()6032 ModuleFile &M = *SLocMapI->second; in findNextPreprocessedEntity()6076 GlobalSLocOffsetMapType::const_iterator SLocMapI = GlobalSLocOffsetMap.find( in findPreprocessedEntity() local6078 assert(SLocMapI != GlobalSLocOffsetMap.end() && in findPreprocessedEntity()6081 if (SLocMapI->second->NumPreprocessedEntities == 0) in findPreprocessedEntity()6082 return findNextPreprocessedEntity(SLocMapI); in findPreprocessedEntity()6084 ModuleFile &M = *SLocMapI->second; in findPreprocessedEntity()6119 return findNextPreprocessedEntity(SLocMapI); in findPreprocessedEntity()
1386 GlobalSLocOffsetMapType::const_iterator SLocMapI) const;
1210 GlobalSLocOffsetMapType::const_iterator SLocMapI) const;