Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTReader.cpp4968 GlobalSLocOffsetMapType::const_iterator SLocMapI) const { in findNextPreprocessedEntity()
4969 ++SLocMapI; in findNextPreprocessedEntity()
4971 EndI = GlobalSLocOffsetMap.end(); SLocMapI != EndI; ++SLocMapI) { in findNextPreprocessedEntity()
4972 ModuleFile &M = *SLocMapI->second; in findNextPreprocessedEntity()
5016 GlobalSLocOffsetMapType::const_iterator SLocMapI = GlobalSLocOffsetMap.find( in findPreprocessedEntity() local
5018 assert(SLocMapI != GlobalSLocOffsetMap.end() && in findPreprocessedEntity()
5021 if (SLocMapI->second->NumPreprocessedEntities == 0) in findPreprocessedEntity()
5022 return findNextPreprocessedEntity(SLocMapI); in findPreprocessedEntity()
5024 ModuleFile &M = *SLocMapI->second; in findPreprocessedEntity()
5057 return findNextPreprocessedEntity(SLocMapI); in findPreprocessedEntity()
/external/clang/include/clang/Serialization/
DASTReader.h1210 GlobalSLocOffsetMapType::const_iterator SLocMapI) const;