Searched refs:getFixIt (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndexDiagnostic.h | 89 virtual CXString getFixIt(unsigned FixIt, 150 CXString getFixIt(unsigned FixIt,
|
| H A D | CXLoadedDiagnostic.h | 58 CXString getFixIt(unsigned FixIt,
|
| H A D | CXStoredDiagnostic.cpp | 99 CXString CXStoredDiagnostic::getFixIt(unsigned FixIt, in getFixIt() function in CXStoredDiagnostic
|
| H A D | CIndexDiagnostic.cpp | 74 CXString getFixIt(unsigned FixIt, in getFixIt() function in __anon50498daf0111::CXDiagnosticCustomNoteImpl 438 return D->getFixIt(FixIt, ReplacementRange); in clang_getDiagnosticFixIt()
|
| H A D | CXLoadedDiagnostic.cpp | 140 CXString CXLoadedDiagnostic::getFixIt(unsigned FixIt, in getFixIt() function in CXLoadedDiagnostic
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/ |
| H A D | ClangTidyDiagnosticConsumer.h | 247 getFixIt(const tooling::Diagnostic &Diagnostic, bool AnyFix);
|
| H A D | ClangTidyDiagnosticConsumer.cpp | 325 getFixIt(const tooling::Diagnostic &Diagnostic, bool GetFixFromNotes) { in getFixIt() function 641 if (const auto *Fix = getFixIt(Error, GetFixesFromNotes)) in removeIncompatibleErrors()
|
| H A D | ClangTidy.cpp | 140 (ChosenFix = getFixIt(Error, ApplyFixes == FB_FixNotes))) { in reportDiagnostic()
|