Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp1809 SourceRange FixItRange; in BuildLambdaExpr() local
1814 FixItRange = SourceRange(CaptureRange.getBegin(), in BuildLambdaExpr()
1818 FixItRange = SourceRange(getLocForEndOfToken(PrevCaptureLoc), in BuildLambdaExpr()
1823 IsCaptureUsed = !DiagnoseUnusedLambdaCapture(FixItRange, From); in BuildLambdaExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParsePragma.cpp1513 SourceRange FixItRange(Loc); in createExpectedAttributeSubjectRulesTokenDiagnostic() local
1539 FixItRange.setEnd(PRef.getCurToken().getLocation()); in createExpectedAttributeSubjectRulesTokenDiagnostic()
1541 if (FixItRange.getBegin() == FixItRange.getEnd()) in createExpectedAttributeSubjectRulesTokenDiagnostic()
1542 Diagnostic << FixItHint::CreateInsertion(FixItRange.getBegin(), FixIt); in createExpectedAttributeSubjectRulesTokenDiagnostic()
1545 CharSourceRange::getCharRange(FixItRange), FixIt); in createExpectedAttributeSubjectRulesTokenDiagnostic()