Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/
H A DMLIRServer.cpp1096 for (auto &noteDiag : *diag.relatedInformation) { in getCodeActions()
1097 if (noteDiag.location.uri != uri) in getCodeActions()
1099 diagPos = noteDiag.location.range.start; in getCodeActions()
1102 noteDiag.message, edits); in getCodeActions()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaObjCProperty.cpp2307 auto noteDiag = Diag(noteLoc, diag::note_cocoa_naming_declare_family) in DiagnoseOwningPropertyGetterSynthesis() local
2312 noteDiag << FixItHint::CreateInsertion(fixItLoc, fixItText); in DiagnoseOwningPropertyGetterSynthesis()
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp787 MlirDiagnostic noteDiag = mlirDiagnosticGetNote(diagnostic, i); in getNotes() local
788 materializedNotes.value()[i] = PyDiagnostic(noteDiag); in getNotes()