Lines Matching refs:SLocMapI
1499 auto SLocMapI = in getSLocEntryID() local
1501 assert(SLocMapI != GlobalSLocOffsetMap.end() && in getSLocEntryID()
1503 ModuleFile *F = SLocMapI->second; in getSLocEntryID()
6358 GlobalSLocOffsetMapType::const_iterator SLocMapI) const { in findNextPreprocessedEntity()
6359 ++SLocMapI; in findNextPreprocessedEntity()
6361 EndI = GlobalSLocOffsetMap.end(); SLocMapI != EndI; ++SLocMapI) { in findNextPreprocessedEntity()
6362 ModuleFile &M = *SLocMapI->second; in findNextPreprocessedEntity()
6406 GlobalSLocOffsetMapType::const_iterator SLocMapI = GlobalSLocOffsetMap.find( in findPreprocessedEntity() local
6408 assert(SLocMapI != GlobalSLocOffsetMap.end() && in findPreprocessedEntity()
6411 if (SLocMapI->second->NumPreprocessedEntities == 0) in findPreprocessedEntity()
6412 return findNextPreprocessedEntity(SLocMapI); in findPreprocessedEntity()
6414 ModuleFile &M = *SLocMapI->second; in findPreprocessedEntity()
6449 return findNextPreprocessedEntity(SLocMapI); in findPreprocessedEntity()