Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidy.cpp148 SmallString<128> FixAbsoluteFilePath = Repl.getFilePath(); in reportDiagnostic() local
149 Files.makeAbsolutePath(FixAbsoluteFilePath); in reportDiagnostic()
150 tooling::Replacement R(FixAbsoluteFilePath, Repl.getOffset(), in reportDiagnostic()
177 FixLoc = getLocation(FixAbsoluteFilePath, Repl.getOffset()); in reportDiagnostic()
262 SmallString<128> FixAbsoluteFilePath = Repl.getFilePath(); in reportFix() local
263 Files.makeAbsolutePath(FixAbsoluteFilePath); in reportFix()
265 getLocation(FixAbsoluteFilePath, Repl.getOffset()); in reportFix()