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

/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransformActions.cpp64 struct CharRange { struct in class:__anon293::TransformActionsImpl
67 CharRange(CharSourceRange range, SourceManager &srcMgr, Preprocessor &PP) { function in struct:__anon293::TransformActionsImpl::CharRange
80 RangeComparison compareWith(const CharRange &RHS) const {
99 return CharRange(CharSourceRange::getTokenRange(LHS), SrcMgr, PP)
100 .compareWith(CharRange(CharSourceRange::getTokenRange(RHS),
111 std::list<CharRange> Removals;
115 std::vector<std::pair<CharRange, SourceLocation> > IndentationRanges;
466 RangeComparison comp = CharRange::compare(replacementRange, range,
496 std::make_pair(CharRange(CharSourceRange::getTokenRange(range),
509 for (const CharRange
[all...]

Completed in 42 milliseconds