Searched refs:BeginOffs (Results 1 – 5 of 5) sorted by relevance
161 if (BeginOffs == B) in commitInsertFromRange()164 if (BeginOffs < E) { in commitInsertFromRange()165 if (BeginOffs > B) { in commitInsertFromRange()166 BeginOffs = E; in commitInsertFromRange()178 if (BeginOffs < B) { in commitInsertFromRange()186 BeginOffs = E; in commitInsertFromRange()189 if (BeginOffs < EndOffs) { in commitInsertFromRange()215 if (BeginOffs < E) in commitRemove()232 if (BeginOffs < B) { in commitRemove()235 TopBegin = BeginOffs; in commitRemove()[all …]
101 void commitRemove(SourceLocation OrigLoc, FileOffset BeginOffs, unsigned Len);103 StringRef getSourceText(FileOffset BeginOffs, FileOffset EndOffs,
1304 unsigned BeginOffs = Start.getOffset();1305 unsigned EndOffs = BeginOffs + Length;1306 if (LocOffs >= BeginOffs && LocOffs < EndOffs) {1308 *RelativeOffset = LocOffs - BeginOffs;
1848 unsigned BeginOffs; in associateFileChunkWithMacroArgExp() local1849 if (!isInFileID(SpellLoc, FID, &BeginOffs)) in associateFileChunkWithMacroArgExp()1852 unsigned EndOffs = BeginOffs + ExpansionLength; in associateFileChunkWithMacroArgExp()1874 MacroArgsCache[BeginOffs] = ExpansionLoc; in associateFileChunkWithMacroArgExp()
855 unsigned BeginOffs; in makeRangeFromFileLocs() local856 std::tie(FID, BeginOffs) = SM.getDecomposedLoc(Begin); in makeRangeFromFileLocs()862 BeginOffs > EndOffs) in makeRangeFromFileLocs()