Lines Matching full:sloc
1276 const SrcMgr::SLocEntry *SLoc = &SourceMgr.getLocalSLocEntry(I);
1277 assert(&SourceMgr.getSLocEntry(FileID::get(I)) == SLoc);
1280 if (!SLoc->isFile())
1282 const SrcMgr::ContentCache *Cache = SLoc->getFile().getContentCache();
1656 const SrcMgr::SLocEntry *SLoc = &SourceMgr.getLocalSLocEntry(I);
1658 assert(&SourceMgr.getSLocEntry(FID) == SLoc);
1665 if (SLoc->isFile()) {
1666 const SrcMgr::ContentCache *Cache = SLoc->getFile().getContentCache();
1677 Record.push_back(SLoc->getOffset() - 2);
1678 if (SLoc->isFile()) {
1679 const SrcMgr::FileInfo &File = SLoc->getFile();
1739 const SrcMgr::ExpansionInfo &Expansion = SLoc->getExpansion();
1749 Record.push_back(NextOffset - SLoc->getOffset() - 1);