Lines Matching refs:SLoc
1568 const SrcMgr::SLocEntry *SLoc = &SourceMgr.getLocalSLocEntry(I);
1569 assert(&SourceMgr.getSLocEntry(FileID::get(I)) == SLoc);
1572 if (!SLoc->isFile())
1574 const SrcMgr::ContentCache *Cache = SLoc->getFile().getContentCache();
1923 const SrcMgr::SLocEntry *SLoc = &SourceMgr.getLocalSLocEntry(I);
1925 assert(&SourceMgr.getSLocEntry(FID) == SLoc);
1932 if (SLoc->isFile()) {
1933 const SrcMgr::ContentCache *Cache = SLoc->getFile().getContentCache();
1944 Record.push_back(SLoc->getOffset() - 2);
1945 if (SLoc->isFile()) {
1946 const SrcMgr::FileInfo &File = SLoc->getFile();
2018 const SrcMgr::ExpansionInfo &Expansion = SLoc->getExpansion();
2030 Record.push_back(NextOffset - SLoc->getOffset() - 1);