Searched refs:SLocEntryBaseOffset (Results 1 – 5 of 5) sorted by relevance
60 llvm::errs() << " Base source location offset: " << SLocEntryBaseOffset in dump()
1713 return F->SLocEntryBaseOffset + Record[0]; in readSLocOffset()1822 SourceLocation::UIntTy BaseOffset = F->SLocEntryBaseOffset; in ReadSLocEntry()3938 std::tie(F.SLocEntryBaseID, F.SLocEntryBaseOffset) = in ReadASTBlock()3953 F.FirstLoc = SourceLocation::getFromRawEncoding(F.SLocEntryBaseOffset); in ReadASTBlock()3956 assert((F.SLocEntryBaseOffset & SourceLocation::MacroIDBit) == 0); in ReadASTBlock()3958 std::make_pair(SourceManager::MaxLoadedOffset - F.SLocEntryBaseOffset in ReadASTBlock()
6665 BaseOffset = F->SLocEntryBaseOffset - 2; in getRawSourceLocationEncoding()
294 SourceLocation::UIntTy SLocEntryBaseOffset = 0; variable
2470 return Loc.getLocWithOffset(ModuleFile.SLocEntryBaseOffset - 2); in TranslateSourceLocation()