Searched refs:BeginOffs (Results 1 – 5 of 5) sorted by relevance
149 FileOffset BeginOffs = InsertFromRangeOffs; in commitInsertFromRange() local150 FileOffset EndOffs = BeginOffs.getWithOffset(Len); in commitInsertFromRange()151 FileEditsTy::iterator I = FileEdits.upper_bound(BeginOffs); in commitInsertFromRange()160 if (BeginOffs == B) in commitInsertFromRange()163 if (BeginOffs < E) { in commitInsertFromRange()164 if (BeginOffs > B) { in commitInsertFromRange()165 BeginOffs = E; in commitInsertFromRange()177 if (BeginOffs < B) { in commitInsertFromRange()179 StringRef text = getSourceText(BeginOffs, B, Invalid); in commitInsertFromRange()185 BeginOffs = E; in commitInsertFromRange()[all …]
100 void commitRemove(SourceLocation OrigLoc, FileOffset BeginOffs, unsigned Len);102 StringRef getSourceText(FileOffset BeginOffs, FileOffset EndOffs,
1377 SourceLocation::UIntTy BeginOffs = Start.getOffset();1378 SourceLocation::UIntTy EndOffs = BeginOffs + Length;1379 if (LocOffs >= BeginOffs && LocOffs < EndOffs) {1381 *RelativeOffset = LocOffs - BeginOffs;
1827 unsigned BeginOffs; in associateFileChunkWithMacroArgExp() local1828 if (!isInFileID(SpellLoc, FID, &BeginOffs)) in associateFileChunkWithMacroArgExp()1831 unsigned EndOffs = BeginOffs + ExpansionLength; in associateFileChunkWithMacroArgExp()1853 MacroArgsCache[BeginOffs] = ExpansionLoc; in associateFileChunkWithMacroArgExp()
934 unsigned BeginOffs; in makeRangeFromFileLocs() local935 std::tie(FID, BeginOffs) = SM.getDecomposedLoc(Begin); in makeRangeFromFileLocs()941 BeginOffs > EndOffs) in makeRangeFromFileLocs()