clang 24.0.0git
clang::APINotesSelectorDiagnosticState Struct Reference

Selector diagnostic state for all API notes readers used by one Sema. More...

#include "/work/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/Sema/SemaAPINotesInternal.h"

Public Member Functions

APINotesSelectorDiagnosticReaderStategetOrCreateReaderState (api_notes::APINotesReader &Reader)
void diagnoseUnused (Sema &S) const

Public Attributes

llvm::DenseMap< api_notes::APINotesReader *, APINotesSelectorDiagnosticReaderStateReaders

Detailed Description

Selector diagnostic state for all API notes readers used by one Sema.

Definition at line 85 of file SemaAPINotesInternal.h.

Member Function Documentation

◆ diagnoseUnused()

void APINotesSelectorDiagnosticState::diagnoseUnused ( Sema & S) const

Definition at line 1472 of file SemaAPINotes.cpp.

References Readers.

◆ getOrCreateReaderState()

APINotesSelectorDiagnosticReaderState & APINotesSelectorDiagnosticState::getOrCreateReaderState ( api_notes::APINotesReader & Reader)

Member Data Documentation

◆ Readers

llvm::DenseMap<api_notes::APINotesReader *, APINotesSelectorDiagnosticReaderState> clang::APINotesSelectorDiagnosticState::Readers

Definition at line 88 of file SemaAPINotesInternal.h.

Referenced by diagnoseUnused(), and getOrCreateReaderState().


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