Home
last modified time | relevance | path

Searched refs:SLocMapI (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp6114 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() local
6164 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()
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTReader.h1410 GlobalSLocOffsetMapType::const_iterator SLocMapI) const;