|
clang 24.0.0git
|
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 | |
| APINotesSelectorDiagnosticReaderState & | getOrCreateReaderState (api_notes::APINotesReader &Reader) |
| void | diagnoseUnused (Sema &S) const |
Public Attributes | |
| llvm::DenseMap< api_notes::APINotesReader *, APINotesSelectorDiagnosticReaderState > | Readers |
Selector diagnostic state for all API notes readers used by one Sema.
Definition at line 85 of file SemaAPINotesInternal.h.
| void APINotesSelectorDiagnosticState::diagnoseUnused | ( | Sema & | S | ) | const |
Definition at line 1472 of file SemaAPINotes.cpp.
References Readers.
| APINotesSelectorDiagnosticReaderState & APINotesSelectorDiagnosticState::getOrCreateReaderState | ( | api_notes::APINotesReader & | Reader | ) |
Definition at line 1079 of file SemaAPINotes.cpp.
References clang::api_notes::APINotesReader::collectExactFunctionParameterSelectors(), and Readers.
| llvm::DenseMap<api_notes::APINotesReader *, APINotesSelectorDiagnosticReaderState> clang::APINotesSelectorDiagnosticState::Readers |
Definition at line 88 of file SemaAPINotesInternal.h.
Referenced by diagnoseUnused(), and getOrCreateReaderState().