Home
last modified time | relevance | path

Searched defs:diagnostic (Results 1 – 22 of 22) sorted by relevance

/llvm-project/mlir/lib/CAPI/IR/
H A DDiagnostics.cpp18 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 DDiagnostics.h19 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 DProtocol.cpp20 Diagnostic diagnostic; in TEST() local
37 Diagnostic diagnostic; in TEST() local
/llvm-project/lldb/source/Expression/
H A DDiagnosticManager.cpp51 for (const auto &diagnostic : Diagnostics()) { GetString() local
/llvm-project/libcxx/test/tools/clang_tidy_checks/
H A Duglify_attributes.cpp138 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 DDiagnosedSilenceableFailure.h148 explicit DiagnosedSilenceableFailure(Diagnostic &&diagnostic) in DiagnosedSilenceableFailure()
/llvm-project/lldb/include/lldb/Expression/
H A DDiagnosticManager.h110 AddDiagnostic(std::unique_ptr<Diagnostic> diagnostic) AddDiagnostic() argument
/llvm-project/lld/MachO/
H A DRelocations.cpp38 __anonc70398380102(const Twine &diagnostic) validateSymbolRelocation() argument
H A DInputFiles.cpp505 auto message = [relocAttrs, file, sec, rel, &valid](const Twine &diagnostic) { in validateRelocationInfo() argument
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/
H A DDiagnostic.h155 void report(Diagnostic &&diagnostic) { in report()
/llvm-project/mlir/unittests/Pass/
H A DPassManagerTest.cpp222 std::unique_ptr<Diagnostic> diagnostic; in TEST() local
/llvm-project/mlir/unittests/Dialect/SPIRV/
H A DDeserializationTest.cpp123 std::unique_ptr<Diagnostic> diagnostic; member in DeserializationTest
/llvm-project/clang/include/clang/Sema/
H A DDelayedDiagnostic.h157 unsigned diagnostic, in makeForbiddenType()
/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp574 "Received a diagnostic after we've already started teardown."); in HandleDiagnostic() local
[all...]
/llvm-project/mlir/lib/Bindings/Python/
H A DIRModule.h351 PyDiagnostic(MlirDiagnostic diagnostic) PyDiagnostic() argument
[all...]
H A DIRCore.cpp736 __anon0d8b16ee0702(MlirDiagnostic diagnostic, void *userData) attachDiagnosticHandler() argument
[all...]
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1256 const auto *diagnostic = llvm::dyn_cast<ClangDiagnostic>(diag.get()); RewriteExpression() local
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp1260 unsigned diagnostic; DiagnoseAccessPath() local
H A DSemaType.cpp6652 __anonf9e1d30a1302(Sema &S, SourceLocation loc, unsigned diagnostic, QualType type) handleObjCOwnershipTypeAttr() argument
6668 unsigned diagnostic = handleObjCOwnershipTypeAttr() local
[all...]
H A DSemaExpr.cpp2433 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 Dir.c2049 MlirLogicalResult errorHandler(MlirDiagnostic diagnostic, void *userData) { in errorHandler() argument
[all...]
/llvm-project/clang/include/clang-c/
H A DIndex.h6266 void (*diagnostic)(CXClientData client_data, CXDiagnosticSet, void *reserved); global() member
[all...]