Home | History | Annotate | Download | only in Frontend

Lines Matching defs:BL

2556       SourceLocation BL = FileLoc.getLocWithOffset(Range.first);
2558 Ranges.push_back(CharSourceRange::getCharRange(BL, EL));
2567 SourceLocation BL = FileLoc.getLocWithOffset(FixIt.RemoveRange.first);
2569 FH.RemoveRange = CharSourceRange::getCharRange(BL, EL);