Lines Matching refs:SLocMapI
1540 auto SLocMapI = in getSLocEntryID() local
1542 assert(SLocMapI != GlobalSLocOffsetMap.end() && in getSLocEntryID()
1544 ModuleFile *F = SLocMapI->second; in getSLocEntryID()
6364 GlobalSLocOffsetMapType::const_iterator SLocMapI) const { in findNextPreprocessedEntity()
6365 ++SLocMapI; in findNextPreprocessedEntity()
6367 EndI = GlobalSLocOffsetMap.end(); SLocMapI != EndI; ++SLocMapI) { in findNextPreprocessedEntity()
6368 ModuleFile &M = *SLocMapI->second; in findNextPreprocessedEntity()
6412 GlobalSLocOffsetMapType::const_iterator SLocMapI = GlobalSLocOffsetMap.find( in findPreprocessedEntity() local
6414 assert(SLocMapI != GlobalSLocOffsetMap.end() && in findPreprocessedEntity()
6417 if (SLocMapI->second->NumPreprocessedEntities == 0) in findPreprocessedEntity()
6418 return findNextPreprocessedEntity(SLocMapI); in findPreprocessedEntity()
6420 ModuleFile &M = *SLocMapI->second; in findPreprocessedEntity()
6455 return findNextPreprocessedEntity(SLocMapI); in findPreprocessedEntity()