Lines Matching full:sloc
508 assert(ExternalSLocEntries && "Don't have an external sloc source");
704 const SLocEntry &SLoc = getSLocEntry(FID, &MyInvalid);
705 if (!SLoc.isFile() || MyInvalid) {
712 = SLoc.getFile().getContentCache()->getBuffer(Diag, *this, SourceLocation(),
1662 const SLocEntry &SLoc = getLocalSLocEntry(I, &Invalid);
1666 if (SLoc.isFile() &&
1667 SLoc.getFile().getContentCache() &&
1668 SLoc.getFile().getContentCache()->OrigEntry == SourceFile) {
1676 const SLocEntry &SLoc = getLoadedSLocEntry(I);
1677 if (SLoc.isFile() &&
1678 SLoc.getFile().getContentCache() &&
1679 SLoc.getFile().getContentCache()->OrigEntry == SourceFile) {
1698 const SLocEntry &SLoc = getSLocEntry(IFileID, &Invalid);
1702 if (SLoc.isFile()) {
1704 = SLoc.getFile().getContentCache();
2120 << NextLocalOffset << "B of Sloc address space used.\n";
2124 << "B of Sloc address space used.\n";