CIRCT 22.0.0git
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
circt::lsp::LSPDiagnosticClient Class Reference

#include <LSPDiagnosticClient.h>

Inheritance diagram for circt::lsp::LSPDiagnosticClient:
Inheritance graph
[legend]
Collaboration diagram for circt::lsp::LSPDiagnosticClient:
Collaboration graph
[legend]

Public Member Functions

 LSPDiagnosticClient (const VerilogDocument &document, std::vector< llvm::lsp::Diagnostic > &diags)
 
void report (const slang::ReportedDiagnostic &slangDiag) override
 

Private Attributes

const VerilogDocumentdocument
 
std::vector< llvm::lsp::Diagnostic > & diags
 

Detailed Description

Definition at line 17 of file LSPDiagnosticClient.h.

Constructor & Destructor Documentation

◆ LSPDiagnosticClient()

circt::lsp::LSPDiagnosticClient::LSPDiagnosticClient ( const VerilogDocument document,
std::vector< llvm::lsp::Diagnostic > &  diags 
)
inline

Definition at line 22 of file LSPDiagnosticClient.h.

Member Function Documentation

◆ report()

void LSPDiagnosticClient::report ( const slang::ReportedDiagnostic &  slangDiag)
override

Member Data Documentation

◆ diags

std::vector<llvm::lsp::Diagnostic>& circt::lsp::LSPDiagnosticClient::diags
private

Definition at line 19 of file LSPDiagnosticClient.h.

Referenced by report().

◆ document

const VerilogDocument& circt::lsp::LSPDiagnosticClient::document
private

Definition at line 18 of file LSPDiagnosticClient.h.

Referenced by report().


The documentation for this class was generated from the following files: