Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Range

43   void replace(CharSourceRange range, StringRef text) override {
44 MergedFixits.push_back(FixItHint::CreateReplacement(range, text));
285 // the other location in the source range is also present in that expansion.
344 // and outputs an array of ranges where we want to draw the range highlighting
348 // chain for the beginning and end of each range. If the caret location
369 // Find the common parent for the beginning and end of the range.
371 // First, crawl the expansion chain for the beginning of the range.
379 // Then, crawl the expansion chain for the end of the range.
400 // Return the spelling location of the beginning and end of the range.
461 /// Check if all the locations in the range have the same macro argument
463 static bool checkRangeForMacroArgExpansion(CharSourceRange Range,
466 SourceLocation BegLoc = Range.getBegin(), EndLoc = Range.getEnd();