Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidy.cpp147 SourceLocation FixLoc; in reportDiagnostic() local
177 FixLoc = getLocation(FixAbsoluteFilePath, Repl.getOffset()); in reportDiagnostic()
178 FixLocations.push_back(std::make_pair(FixLoc, CanBeApplied)); in reportDiagnostic()
264 SourceLocation FixLoc = in reportFix() local
266 SourceLocation FixEndLoc = FixLoc.getLocWithOffset(Repl.getLength()); in reportFix()
271 CharSourceRange::getCharRange(SourceRange(FixLoc, FixEndLoc)); in reportFix()