Home | History | Annotate | Download | only in Sema

Lines Matching refs:Range

1590 // Find the source range corresponding to the named type in the given
1751 auto CheckExplicitSpecialization = [&](SourceRange Range, bool Recovery) {
1754 << !Recovery << Range;
1763 auto DiagnoseMissingExplicitSpecialization = [&] (SourceRange Range) {
1765 if (CheckExplicitSpecialization(Range, true))
1776 << Range
2663 SourceRange Range(TemplateNameLoc, RAngleLoc);
2665 << Name << Range;
3670 SourceRange Range;
3672 Range = SourceRange(TemplateArgs[NumParams].getLocation(),
3679 << Template << Range;
6443 SourceRange Range(TemplateNameLoc, RAngleLoc);
6445 << Context.getTypeDeclType(Specialization) << Range;
6469 SourceRange Range(TemplateNameLoc, RAngleLoc);
6471 << Context.getTypeDeclType(Specialization) << Range;