Home | History | Annotate | Download | only in Basic

Lines Matching refs:SLoc

508   assert(ExternalSLocEntries && "Don't have an external sloc source");
667 const SLocEntry &SLoc = getSLocEntry(FID, &MyInvalid);
668 if (!SLoc.isFile() || MyInvalid) {
675 = SLoc.getFile().getContentCache()->getBuffer(Diag, *this, SourceLocation(),
1552 const SLocEntry &SLoc = getLocalSLocEntry(I, &Invalid);
1556 if (SLoc.isFile() &&
1557 SLoc.getFile().getContentCache() &&
1558 SLoc.getFile().getContentCache()->OrigEntry == SourceFile) {
1566 const SLocEntry &SLoc = getLoadedSLocEntry(I);
1567 if (SLoc.isFile() &&
1568 SLoc.getFile().getContentCache() &&
1569 SLoc.getFile().getContentCache()->OrigEntry == SourceFile) {
1589 const SLocEntry &SLoc = getSLocEntry(IFileID, &Invalid);
1593 if (SLoc.isFile()) {
1595 = SLoc.getFile().getContentCache();
1979 << NextLocalOffset << "B of Sloc address space used.\n";
1983 << "B of Sloc address space used.\n";