Home
last modified time | relevance | path

Searched refs:SLocMapI (Results 1 – 4 of 4) 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/llvm-project/clang/lib/Serialization/
DASTReader.cpp6028 GlobalSLocOffsetMapType::const_iterator SLocMapI) const { in findNextPreprocessedEntity()
6029 ++SLocMapI; in findNextPreprocessedEntity()
6031 EndI = GlobalSLocOffsetMap.end(); SLocMapI != EndI; ++SLocMapI) { in findNextPreprocessedEntity()
6032 ModuleFile &M = *SLocMapI->second; in findNextPreprocessedEntity()
6076 GlobalSLocOffsetMapType::const_iterator SLocMapI = GlobalSLocOffsetMap.find( in findPreprocessedEntity() local
6078 assert(SLocMapI != GlobalSLocOffsetMap.end() && in findPreprocessedEntity()
6081 if (SLocMapI->second->NumPreprocessedEntities == 0) in findPreprocessedEntity()
6082 return findNextPreprocessedEntity(SLocMapI); in findPreprocessedEntity()
6084 ModuleFile &M = *SLocMapI->second; in findPreprocessedEntity()
6119 return findNextPreprocessedEntity(SLocMapI); in findPreprocessedEntity()
/external/llvm-project/clang/include/clang/Serialization/
DASTReader.h1386 GlobalSLocOffsetMapType::const_iterator SLocMapI) const;
/external/clang/include/clang/Serialization/
DASTReader.h1210 GlobalSLocOffsetMapType::const_iterator SLocMapI) const;