Home
last modified time | relevance | path

Searched refs:FixItRange (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp2134 SourceRange FixItRange; in BuildLambdaExpr() local
2139 FixItRange = SourceRange(CaptureRange.getBegin(), in BuildLambdaExpr()
2143 FixItRange = SourceRange(getLocForEndOfToken(PrevCaptureLoc), in BuildLambdaExpr()
2148 IsCaptureUsed = !DiagnoseUnusedLambdaCapture(FixItRange, From); in BuildLambdaExpr()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1828 SourceRange FixItRange(Loc); in createExpectedAttributeSubjectRulesTokenDiagnostic() local
1867 FixItRange.setEnd(PRef.getCurToken().getLocation()); in createExpectedAttributeSubjectRulesTokenDiagnostic()
1869 if (FixItRange.getBegin() == FixItRange.getEnd()) in createExpectedAttributeSubjectRulesTokenDiagnostic()
1870 Diagnostic << FixItHint::CreateInsertion(FixItRange.getBegin(), FixIt); in createExpectedAttributeSubjectRulesTokenDiagnostic()
1873 CharSourceRange::getCharRange(FixItRange), FixIt); in createExpectedAttributeSubjectRulesTokenDiagnostic()