HomeSort by: relevance | last modified time | path
    Searched refs:FixItRange (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLambda.cpp 1809 SourceRange FixItRange;
1814 FixItRange = SourceRange(CaptureRange.getBegin(),
1818 FixItRange = SourceRange(getLocForEndOfToken(PrevCaptureLoc),
1823 IsCaptureUsed = !DiagnoseUnusedLambdaCapture(FixItRange, From);
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParsePragma.cpp 1513 SourceRange FixItRange(Loc);
1539 FixItRange.setEnd(PRef.getCurToken().getLocation());
1541 if (FixItRange.getBegin() == FixItRange.getEnd())
1542 Diagnostic << FixItHint::CreateInsertion(FixItRange.getBegin(), FixIt);
1545 CharSourceRange::getCharRange(FixItRange), FixIt);

Completed in 22 milliseconds