Home | History | Annotate | Download | only in Basic

Lines Matching refs:SLoc

467   assert(ExternalSLocEntries && "Don't have an external sloc source");
598 const SLocEntry &SLoc = getSLocEntry(FID, &MyInvalid);
599 if (!SLoc.isFile() || MyInvalid) {
606 = SLoc.getFile().getContentCache()->getBuffer(Diag, *this, SourceLocation(),
1407 const SLocEntry &SLoc = getLocalSLocEntry(I, &Invalid);
1411 if (SLoc.isFile() &&
1412 SLoc.getFile().getContentCache() &&
1413 SLoc.getFile().getContentCache()->OrigEntry == SourceFile) {
1421 const SLocEntry &SLoc = getLoadedSLocEntry(I);
1422 if (SLoc.isFile() &&
1423 SLoc.getFile().getContentCache() &&
1424 SLoc.getFile().getContentCache()->OrigEntry == SourceFile) {
1444 const SLocEntry &SLoc = getSLocEntry(IFileID, &Invalid);
1448 if (SLoc.isFile()) {
1450 = SLoc.getFile().getContentCache();
1742 << NextLocalOffset << "B of Sloc address space used.\n";
1746 << "B of Sloc address space used.\n";