Searched refs:FixItRange (Results 1 – 3 of 3) sorted by relevance
192 CharSourceRange FixItRange = CharSourceRange::getCharRange(TypeSpecifier); in check() local193 if (FixItRange.isInvalid()) in check()196 SourceLocation FixitLoc = FixItRange.getBegin(); in check()221 Diag << FixItHint::CreateReplacement(FixItRange, ReplStr); in check()
1806 SourceRange FixItRange; in BuildLambdaExpr() local1811 FixItRange = SourceRange(CaptureRange.getBegin(), in BuildLambdaExpr()1815 FixItRange = SourceRange(getLocForEndOfToken(PrevCaptureLoc), in BuildLambdaExpr()1820 IsCaptureUsed = !DiagnoseUnusedLambdaCapture(FixItRange, From); in BuildLambdaExpr()
1437 SourceRange FixItRange(Loc); in createExpectedAttributeSubjectRulesTokenDiagnostic() local1463 FixItRange.setEnd(PRef.getCurToken().getLocation()); in createExpectedAttributeSubjectRulesTokenDiagnostic()1465 if (FixItRange.getBegin() == FixItRange.getEnd()) in createExpectedAttributeSubjectRulesTokenDiagnostic()1466 Diagnostic << FixItHint::CreateInsertion(FixItRange.getBegin(), FixIt); in createExpectedAttributeSubjectRulesTokenDiagnostic()1469 CharSourceRange::getCharRange(FixItRange), FixIt); in createExpectedAttributeSubjectRulesTokenDiagnostic()