Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DSourceMgr.h287 ArrayRef<SMFixIt> getFixIts() const { return FixIts; } in getFixIts() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp936 Error.getFixIts()); in diagFromMIStringDiag()
967 Error.getFixIts()); in diagFromBlockStringDiag()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp145 Diag.getRanges(), Diag.getFixIts(), in emitStoredDiagnostic()
H A DASTUnit.cpp1266 for (const auto &FixIt : InDiag.getFixIts()) in makeStandaloneDiagnostic()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h1700 ArrayRef<FixItHint> getFixIts() const { in getFixIts() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DTextStub.cpp1103 Diag.getRanges(), Diag.getFixIts()); in DiagHandler()