Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp2023 SourceRange FixItRange, in DiagnoseUnusedLambdaCapture() argument
2045 if (FixItRange.isValid()) in DiagnoseUnusedLambdaCapture()
2046 diag << FixItHint::CreateRemoval(FixItRange); in DiagnoseUnusedLambdaCapture()
2202 SourceRange FixItRange = ConstructFixItRangeForUnusedCapture( in BuildLambdaExpr() local
2206 !DiagnoseUnusedLambdaCapture(CaptureRange, FixItRange, From); in BuildLambdaExpr()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1812 SourceRange FixItRange(Loc); in createExpectedAttributeSubjectRulesTokenDiagnostic() local
1851 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()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9129 SourceRange FixItRange,