Home | History | Annotate | Download | only in Basic

Lines Matching refs:SLoc

482   assert(ExternalSLocEntries && "Don't have an external sloc source");
684 const SLocEntry &SLoc = getSLocEntry(FID, &MyInvalid);
685 if (!SLoc.isFile() || MyInvalid) {
691 llvm::MemoryBuffer *Buf = SLoc.getFile().getContentCache()->getBuffer(
1656 const SLocEntry &SLoc = getLocalSLocEntry(I, &Invalid);
1660 if (SLoc.isFile() &&
1661 SLoc.getFile().getContentCache() &&
1662 SLoc.getFile().getContentCache()->OrigEntry == SourceFile) {
1670 const SLocEntry &SLoc = getLoadedSLocEntry(I);
1671 if (SLoc.isFile() &&
1672 SLoc.getFile().getContentCache() &&
1673 SLoc.getFile().getContentCache()->OrigEntry == SourceFile) {
1692 const SLocEntry &SLoc = getSLocEntry(IFileID, &Invalid);
1696 if (SLoc.isFile()) {
1698 = SLoc.getFile().getContentCache();
2138 << NextLocalOffset << "B of Sloc address space used.\n";
2142 << "B of Sloc address space used.\n";