Searched refs:FixItRange (Results 1 – 2 of 2) sorted by relevance
1857 SourceRange FixItRange; in BuildLambdaExpr() local1862 FixItRange = SourceRange(CaptureRange.getBegin(), in BuildLambdaExpr()1866 FixItRange = SourceRange(getLocForEndOfToken(PrevCaptureLoc), in BuildLambdaExpr()1871 IsCaptureUsed = !DiagnoseUnusedLambdaCapture(FixItRange, From); in BuildLambdaExpr()
1719 SourceRange FixItRange(Loc); in createExpectedAttributeSubjectRulesTokenDiagnostic() local1758 FixItRange.setEnd(PRef.getCurToken().getLocation()); in createExpectedAttributeSubjectRulesTokenDiagnostic()1760 if (FixItRange.getBegin() == FixItRange.getEnd()) in createExpectedAttributeSubjectRulesTokenDiagnostic()1761 Diagnostic << FixItHint::CreateInsertion(FixItRange.getBegin(), FixIt); in createExpectedAttributeSubjectRulesTokenDiagnostic()1764 CharSourceRange::getCharRange(FixItRange), FixIt); in createExpectedAttributeSubjectRulesTokenDiagnostic()