Home
last modified time | relevance | path

Searched refs:CharRange (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/ARCMigrate/
DTransformActions.cpp65 struct CharRange { struct in __anona8499dce0111::TransformActionsImpl
68 CharRange(CharSourceRange range, SourceManager &srcMgr, Preprocessor &PP) { in CharRange() argument
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 (std::list<CharRange>::reverse_iterator in addInsertion()
[all …]