Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DSourceMgr.h317 ArrayRef<SMFixIt> getFixIts() const { return FixIts; } in getFixIts() function
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp1003 Error.getFixIts()); in diagFromMIStringDiag()
1034 Error.getFixIts()); in diagFromBlockStringDiag()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp145 Diag.getRanges(), Diag.getFixIts(), in emitStoredDiagnostic()
H A DASTUnit.cpp1264 for (const auto &FixIt : InDiag.getFixIts()) in makeStandaloneDiagnostic()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnostic.h1729 ArrayRef<FixItHint> getFixIts() const { in getFixIts() function
/llvm-project-15.0.7/llvm/lib/TextAPI/
H A DTextStub.cpp1102 Diag.getRanges(), Diag.getFixIts()); in DiagHandler()