Searched refs:SLocMapI (Results 1 – 2 of 2) sorted by relevance
6114 GlobalSLocOffsetMapType::const_iterator SLocMapI) const { in findNextPreprocessedEntity()6115 ++SLocMapI; in findNextPreprocessedEntity()6117 EndI = GlobalSLocOffsetMap.end(); SLocMapI != EndI; ++SLocMapI) { in findNextPreprocessedEntity()6118 ModuleFile &M = *SLocMapI->second; in findNextPreprocessedEntity()6162 GlobalSLocOffsetMapType::const_iterator SLocMapI = GlobalSLocOffsetMap.find( in findPreprocessedEntity() local6164 assert(SLocMapI != GlobalSLocOffsetMap.end() && in findPreprocessedEntity()6167 if (SLocMapI->second->NumPreprocessedEntities == 0) in findPreprocessedEntity()6168 return findNextPreprocessedEntity(SLocMapI); in findPreprocessedEntity()6170 ModuleFile &M = *SLocMapI->second; in findPreprocessedEntity()6205 return findNextPreprocessedEntity(SLocMapI); in findPreprocessedEntity()
1410 GlobalSLocOffsetMapType::const_iterator SLocMapI) const;