Lines Matching refs:CharRange
65 struct CharRange { struct in __anonad2635c00111::TransformActionsImpl
68 CharRange(CharSourceRange range, SourceManager &srcMgr, Preprocessor &PP) { in CharRange() function
81 RangeComparison compareWith(const CharRange &RHS) const { in compareWith() argument
100 return CharRange(CharSourceRange::getTokenRange(LHS), SrcMgr, PP) in compare()
101 .compareWith(CharRange(CharSourceRange::getTokenRange(RHS), in compare()
112 std::list<CharRange> Removals;
116 std::vector<std::pair<CharRange, SourceLocation> > IndentationRanges;
465 RangeComparison comp = CharRange::compare(replacementRange, range, in commitReplace()
495 std::make_pair(CharRange(CharSourceRange::getTokenRange(range), in commitIncreaseIndentation()
508 for (const CharRange &I : llvm::reverse(Removals)) { in addInsertion()
519 CharRange newRange(range, Ctx.getSourceManager(), PP); in addRemoval()
526 std::list<CharRange>::iterator I = Removals.end(); in addRemoval()
528 std::list<CharRange>::iterator RI = I; in addRemoval()
565 for (std::vector<std::pair<CharRange, SourceLocation> >::iterator in applyRewrites()
572 for (std::list<CharRange>::iterator in applyRewrites()