/llvm-project/mlir/lib/CAPI/IR/ |
H A D | Diagnostics.cpp | 18 void mlirDiagnosticPrint(MlirDiagnostic diagnostic, MlirStringCallback callback, in mlirDiagnosticPrint() 24 MlirLocation mlirDiagnosticGetLocation(MlirDiagnostic diagnostic) { in mlirDiagnosticGetLocation() 28 MlirDiagnosticSeverity mlirDiagnosticGetSeverity(MlirDiagnostic diagnostic) { in mlirDiagnosticGetSeverity() 44 intptr_t mlirDiagnosticGetNumNotes(MlirDiagnostic diagnostic) { in mlirDiagnosticGetNumNotes() 50 MlirDiagnostic mlirDiagnosticGetNote(MlirDiagnostic diagnostic, intptr_t pos) { in mlirDiagnosticGetNote() 66 userData, deleteUserData)](Diagnostic &diagnostic) { in mlirContextAttachDiagnosticHandler()
|
/llvm-project/mlir/include/mlir/CAPI/ |
H A D | Diagnostics.h | 19 inline mlir::Diagnostic &unwrap(MlirDiagnostic diagnostic) { in unwrap() 24 inline MlirDiagnostic wrap(mlir::Diagnostic &diagnostic) { in wrap()
|
/llvm-project/mlir/unittests/Tools/lsp-server-support/ |
H A D | Protocol.cpp | 20 Diagnostic diagnostic; in TEST() local 37 Diagnostic diagnostic; in TEST() local
|
/llvm-project/lldb/source/Expression/ |
H A D | DiagnosticManager.cpp | 51 for (const auto &diagnostic : Diagnostics()) { GetString() local
|
/llvm-project/libcxx/test/tools/clang_tidy_checks/ |
H A D | uglify_attributes.cpp | 138 auto diagnostic = diag(attr->getLoc(), "Non-standard attributes should use the _Ugly spelling"); check() local
|
/llvm-project/mlir/include/mlir/Dialect/Transform/Utils/ |
H A D | DiagnosedSilenceableFailure.h | 148 explicit DiagnosedSilenceableFailure(Diagnostic &&diagnostic) in DiagnosedSilenceableFailure()
|
/llvm-project/lldb/include/lldb/Expression/ |
H A D | DiagnosticManager.h | 110 AddDiagnostic(std::unique_ptr<Diagnostic> diagnostic) AddDiagnostic() argument
|
/llvm-project/lld/MachO/ |
H A D | Relocations.cpp | 38 __anonc70398380102(const Twine &diagnostic) validateSymbolRelocation() argument
|
H A D | InputFiles.cpp | 505 auto message = [relocAttrs, file, sec, rel, &valid](const Twine &diagnostic) { in validateRelocationInfo() argument
|
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/ |
H A D | Diagnostic.h | 155 void report(Diagnostic &&diagnostic) { in report()
|
/llvm-project/mlir/unittests/Pass/ |
H A D | PassManagerTest.cpp | 222 std::unique_ptr<Diagnostic> diagnostic; in TEST() local
|
/llvm-project/mlir/unittests/Dialect/SPIRV/ |
H A D | DeserializationTest.cpp | 123 std::unique_ptr<Diagnostic> diagnostic; member in DeserializationTest
|
/llvm-project/clang/include/clang/Sema/ |
H A D | DelayedDiagnostic.h | 157 unsigned diagnostic, in makeForbiddenType()
|
/llvm-project/clang/lib/Frontend/ |
H A D | SerializedDiagnosticPrinter.cpp | 574 "Received a diagnostic after we've already started teardown."); in HandleDiagnostic() local [all...] |
/llvm-project/mlir/lib/Bindings/Python/ |
H A D | IRModule.h | 351 PyDiagnostic(MlirDiagnostic diagnostic) PyDiagnostic() argument [all...] |
H A D | IRCore.cpp | 736 __anon0d8b16ee0702(MlirDiagnostic diagnostic, void *userData) attachDiagnosticHandler() argument [all...] |
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionParser.cpp | 1256 const auto *diagnostic = llvm::dyn_cast<ClangDiagnostic>(diag.get()); RewriteExpression() local [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaAccess.cpp | 1260 unsigned diagnostic; DiagnoseAccessPath() local
|
H A D | SemaType.cpp | 6652 __anonf9e1d30a1302(Sema &S, SourceLocation loc, unsigned diagnostic, QualType type) handleObjCOwnershipTypeAttr() argument 6668 unsigned diagnostic = handleObjCOwnershipTypeAttr() local [all...] |
H A D | SemaExpr.cpp | 2433 unsigned diagnostic = diag::err_undeclared_var_use; DiagnoseEmptyLookup() local 3593 unsigned diagnostic; BuildFloatingLiteral() local 19972 unsigned diagnostic = diag::warn_condition_is_assignment; DiagnoseAssignmentAsCondition() local [all...] |
/llvm-project/mlir/test/CAPI/ |
H A D | ir.c | 2049 MlirLogicalResult errorHandler(MlirDiagnostic diagnostic, void *userData) { in errorHandler() argument [all...] |
/llvm-project/clang/include/clang-c/ |
H A D | Index.h | 6266 void (*diagnostic)(CXClientData client_data, CXDiagnosticSet, void *reserved); global() member [all...] |