Home | History | Annotate | Download | only in Basic

Lines Matching full:sloc

495   assert(ExternalSLocEntries && "Don't have an external sloc source");
690 const SLocEntry &SLoc = getSLocEntry(FID, &MyInvalid);
691 if (!SLoc.isFile() || MyInvalid) {
697 llvm::MemoryBuffer *Buf = SLoc.getFile().getContentCache()->getBuffer(
1650 const SLocEntry &SLoc = getLocalSLocEntry(I, &Invalid);
1654 if (SLoc.isFile() &&
1655 SLoc.getFile().getContentCache() &&
1656 SLoc.getFile().getContentCache()->OrigEntry == SourceFile) {
1664 const SLocEntry &SLoc = getLoadedSLocEntry(I);
1665 if (SLoc.isFile() &&
1666 SLoc.getFile().getContentCache() &&
1667 SLoc.getFile().getContentCache()->OrigEntry == SourceFile) {
1686 const SLocEntry &SLoc = getSLocEntry(IFileID, &Invalid);
1690 if (SLoc.isFile()) {
1692 = SLoc.getFile().getContentCache();
2113 << NextLocalOffset << "B of Sloc address space used.\n";
2117 << "B of Sloc address space used.\n";