Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp6156 GlobalSLocOffsetMapType::const_iterator SLocMapI) const { in findNextPreprocessedEntity()
6157 ++SLocMapI; in findNextPreprocessedEntity()
6159 EndI = GlobalSLocOffsetMap.end(); SLocMapI != EndI; ++SLocMapI) { in findNextPreprocessedEntity()
6160 ModuleFile &M = *SLocMapI->second; in findNextPreprocessedEntity()
6204 GlobalSLocOffsetMapType::const_iterator SLocMapI = GlobalSLocOffsetMap.find( in findPreprocessedEntity() local
6206 assert(SLocMapI != GlobalSLocOffsetMap.end() && in findPreprocessedEntity()
6209 if (SLocMapI->second->NumPreprocessedEntities == 0) in findPreprocessedEntity()
6210 return findNextPreprocessedEntity(SLocMapI); in findPreprocessedEntity()
6212 ModuleFile &M = *SLocMapI->second; in findPreprocessedEntity()
6247 return findNextPreprocessedEntity(SLocMapI); in findPreprocessedEntity()
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h1439 GlobalSLocOffsetMapType::const_iterator SLocMapI) const;