Lines Matching refs:Range
28 SourceRange range) {
29 if (range.isInvalid())
36 if ((IDs.empty() || // empty means clear all diagnostics in the range.
38 !diagLoc.isBeforeInTranslationUnitThan(range.getBegin()) &&
39 (diagLoc == range.getEnd() ||
40 diagLoc.isBeforeInTranslationUnitThan(range.getEnd()))) {
58 SourceRange range) const {
59 if (range.isInvalid())
65 if ((IDs.empty() || // empty means any diagnostic in the range.
67 !diagLoc.isBeforeInTranslationUnitThan(range.getBegin()) &&
68 (diagLoc == range.getEnd() ||
69 diagLoc.isBeforeInTranslationUnitThan(range.getEnd()))) {
307 // diagnostics with source range information are emitted only in between
441 SourceRange Range, const MacroArgs *Args) override {
485 void remove(CharSourceRange range) override {
491 bool err = rewriter.RemoveText(range, removeOpts);
493 Listener->remove(range);
496 void increaseIndentation(CharSourceRange range,
498 rewriter.IncreaseIndentation(range, parentIndent);
574 // diagnostics with source range information are emitted only in between