Searched refs:FixLoc (Results 1 – 1 of 1) sorted by relevance
147 SourceLocation FixLoc; in reportDiagnostic() local177 FixLoc = getLocation(FixAbsoluteFilePath, Repl.getOffset()); in reportDiagnostic()178 FixLocations.push_back(std::make_pair(FixLoc, CanBeApplied)); in reportDiagnostic()264 SourceLocation FixLoc = in reportFix() local266 SourceLocation FixEndLoc = FixLoc.getLocWithOffset(Repl.getLength()); in reportFix()271 CharSourceRange::getCharRange(SourceRange(FixLoc, FixEndLoc)); in reportFix()