Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp6055 GlobalSLocOffsetMapType::const_iterator SLocMapI) const { in findNextPreprocessedEntity()
6056 ++SLocMapI; in findNextPreprocessedEntity()
6058 EndI = GlobalSLocOffsetMap.end(); SLocMapI != EndI; ++SLocMapI) { in findNextPreprocessedEntity()
6059 ModuleFile &M = *SLocMapI->second; in findNextPreprocessedEntity()
6103 GlobalSLocOffsetMapType::const_iterator SLocMapI = GlobalSLocOffsetMap.find( in findPreprocessedEntity() local
6105 assert(SLocMapI != GlobalSLocOffsetMap.end() && in findPreprocessedEntity()
6108 if (SLocMapI->second->NumPreprocessedEntities == 0) in findPreprocessedEntity()
6109 return findNextPreprocessedEntity(SLocMapI); in findPreprocessedEntity()
6111 ModuleFile &M = *SLocMapI->second; in findPreprocessedEntity()
6146 return findNextPreprocessedEntity(SLocMapI); in findPreprocessedEntity()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h1392 GlobalSLocOffsetMapType::const_iterator SLocMapI) const;