Searched refs:FixItRange (Results 1 – 3 of 3) sorted by relevance
196 CharSourceRange FixItRange = CharSourceRange::getCharRange(TypeSpecifier); in check() local197 if (FixItRange.isInvalid()) in check()200 SourceLocation FixitLoc = FixItRange.getBegin(); in check()226 Diag << FixItHint::CreateReplacement(FixItRange, ReplStr); in check()
1815 SourceRange FixItRange; in BuildLambdaExpr() local1820 FixItRange = SourceRange(CaptureRange.getBegin(), in BuildLambdaExpr()1824 FixItRange = SourceRange(getLocForEndOfToken(PrevCaptureLoc), in BuildLambdaExpr()1829 IsCaptureUsed = !DiagnoseUnusedLambdaCapture(FixItRange, From); in BuildLambdaExpr()
1665 SourceRange FixItRange(Loc); in createExpectedAttributeSubjectRulesTokenDiagnostic() local1704 FixItRange.setEnd(PRef.getCurToken().getLocation()); in createExpectedAttributeSubjectRulesTokenDiagnostic()1706 if (FixItRange.getBegin() == FixItRange.getEnd()) in createExpectedAttributeSubjectRulesTokenDiagnostic()1707 Diagnostic << FixItHint::CreateInsertion(FixItRange.getBegin(), FixIt); in createExpectedAttributeSubjectRulesTokenDiagnostic()1710 CharSourceRange::getCharRange(FixItRange), FixIt); in createExpectedAttributeSubjectRulesTokenDiagnostic()