Searched refs:SLocEntryBaseOffset (Results 1 – 5 of 5) sorted by relevance
60 llvm::errs() << " Base source location offset: " << SLocEntryBaseOffset in dump()
1535 return F->SLocEntryBaseOffset + Record[0]; in readSLocOffset()1644 SourceLocation::UIntTy BaseOffset = F->SLocEntryBaseOffset; in ReadSLocEntry()3656 std::tie(F.SLocEntryBaseID, F.SLocEntryBaseOffset) = in ReadASTBlock()3673 F.FirstLoc = SourceLocation::getFromRawEncoding(F.SLocEntryBaseOffset); in ReadASTBlock()3676 assert((F.SLocEntryBaseOffset & SourceLocation::MacroIDBit) == 0); in ReadASTBlock()3678 std::make_pair(SourceManager::MaxLoadedOffset - F.SLocEntryBaseOffset in ReadASTBlock()
6007 BaseOffset = F->SLocEntryBaseOffset - 2; in getRawSourceLocationEncoding()
288 SourceLocation::UIntTy SLocEntryBaseOffset = 0; variable
2274 return Loc.getLocWithOffset(ModuleFile.SLocEntryBaseOffset - 2); in TranslateSourceLocation()