Searched refs:FixItRange (Results 1 – 2 of 2) sorted by relevance
2076 SourceRange FixItRange; in BuildLambdaExpr() local2081 FixItRange = SourceRange(CaptureRange.getBegin(), in BuildLambdaExpr()2085 FixItRange = SourceRange(getLocForEndOfToken(PrevCaptureLoc), in BuildLambdaExpr()2090 IsCaptureUsed = !DiagnoseUnusedLambdaCapture(FixItRange, From); in BuildLambdaExpr()
1818 SourceRange FixItRange(Loc); in createExpectedAttributeSubjectRulesTokenDiagnostic() local1857 FixItRange.setEnd(PRef.getCurToken().getLocation()); in createExpectedAttributeSubjectRulesTokenDiagnostic()1859 if (FixItRange.getBegin() == FixItRange.getEnd()) in createExpectedAttributeSubjectRulesTokenDiagnostic()1860 Diagnostic << FixItHint::CreateInsertion(FixItRange.getBegin(), FixIt); in createExpectedAttributeSubjectRulesTokenDiagnostic()1863 CharSourceRange::getCharRange(FixItRange), FixIt); in createExpectedAttributeSubjectRulesTokenDiagnostic()