Searched refs:SLocMapI (Results 1 – 2 of 2) sorted by relevance
6055 GlobalSLocOffsetMapType::const_iterator SLocMapI) const { in findNextPreprocessedEntity()6056 ++SLocMapI; in findNextPreprocessedEntity()6058 EndI = GlobalSLocOffsetMap.end(); SLocMapI != EndI; ++SLocMapI) { in findNextPreprocessedEntity()6059 ModuleFile &M = *SLocMapI->second; in findNextPreprocessedEntity()6103 GlobalSLocOffsetMapType::const_iterator SLocMapI = GlobalSLocOffsetMap.find( in findPreprocessedEntity() local6105 assert(SLocMapI != GlobalSLocOffsetMap.end() && in findPreprocessedEntity()6108 if (SLocMapI->second->NumPreprocessedEntities == 0) in findPreprocessedEntity()6109 return findNextPreprocessedEntity(SLocMapI); in findPreprocessedEntity()6111 ModuleFile &M = *SLocMapI->second; in findPreprocessedEntity()6146 return findNextPreprocessedEntity(SLocMapI); in findPreprocessedEntity()
1392 GlobalSLocOffsetMapType::const_iterator SLocMapI) const;