Searched refs:FixItRange (Results 1 – 3 of 3) sorted by relevance
2023 SourceRange FixItRange, in DiagnoseUnusedLambdaCapture() argument2045 if (FixItRange.isValid()) in DiagnoseUnusedLambdaCapture()2046 diag << FixItHint::CreateRemoval(FixItRange); in DiagnoseUnusedLambdaCapture()2202 SourceRange FixItRange = ConstructFixItRangeForUnusedCapture( in BuildLambdaExpr() local2206 !DiagnoseUnusedLambdaCapture(CaptureRange, FixItRange, From); in BuildLambdaExpr()
1812 SourceRange FixItRange(Loc); in createExpectedAttributeSubjectRulesTokenDiagnostic() local1851 FixItRange.setEnd(PRef.getCurToken().getLocation()); in createExpectedAttributeSubjectRulesTokenDiagnostic()1853 if (FixItRange.getBegin() == FixItRange.getEnd()) in createExpectedAttributeSubjectRulesTokenDiagnostic()1854 Diagnostic << FixItHint::CreateInsertion(FixItRange.getBegin(), FixIt); in createExpectedAttributeSubjectRulesTokenDiagnostic()1857 CharSourceRange::getCharRange(FixItRange), FixIt); in createExpectedAttributeSubjectRulesTokenDiagnostic()
9129 SourceRange FixItRange,