Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6077 GlobalSLocOffsetMapType::const_iterator SLocMapI) const { in findNextPreprocessedEntity()
6078 ++SLocMapI; in findNextPreprocessedEntity()
6080 EndI = GlobalSLocOffsetMap.end(); SLocMapI != EndI; ++SLocMapI) { in findNextPreprocessedEntity()
6081 ModuleFile &M = *SLocMapI->second; in findNextPreprocessedEntity()
6125 GlobalSLocOffsetMapType::const_iterator SLocMapI = GlobalSLocOffsetMap.find( in findPreprocessedEntity() local
6127 assert(SLocMapI != GlobalSLocOffsetMap.end() && in findPreprocessedEntity()
6130 if (SLocMapI->second->NumPreprocessedEntities == 0) in findPreprocessedEntity()
6131 return findNextPreprocessedEntity(SLocMapI); in findPreprocessedEntity()
6133 ModuleFile &M = *SLocMapI->second; in findPreprocessedEntity()
6168 return findNextPreprocessedEntity(SLocMapI); in findPreprocessedEntity()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1392 GlobalSLocOffsetMapType::const_iterator SLocMapI) const;