Lines Matching refs:SLoc
593 const SLocEntry &SLoc = getSLocEntry(FID, &MyInvalid); in getBufferData() local
594 if (!SLoc.isFile() || MyInvalid) { in getBufferData()
601 = SLoc.getFile().getContentCache()->getBuffer(Diag, *this, SourceLocation(), in getBufferData()
1359 const SLocEntry &SLoc = getLocalSLocEntry(I, &Invalid); in getLocation() local
1363 if (SLoc.isFile() && in getLocation()
1364 SLoc.getFile().getContentCache() && in getLocation()
1365 SLoc.getFile().getContentCache()->OrigEntry == SourceFile) { in getLocation()
1373 const SLocEntry &SLoc = getLoadedSLocEntry(I); in getLocation() local
1374 if (SLoc.isFile() && in getLocation()
1375 SLoc.getFile().getContentCache() && in getLocation()
1376 SLoc.getFile().getContentCache()->OrigEntry == SourceFile) { in getLocation()
1396 const SLocEntry &SLoc = getSLocEntry(IFileID, &Invalid); in getLocation() local
1400 if (SLoc.isFile()) { in getLocation()
1402 = SLoc.getFile().getContentCache(); in getLocation()