clang API Documentation
Defines the classes clang::DelayedDiagnostic and clang::AccessedEntity. More...
#include "clang/Sema/Sema.h"
Go to the source code of this file.
Classes | |
class | clang::sema::AccessedEntity |
class | clang::sema::DelayedDiagnostic |
struct | clang::sema::DelayedDiagnostic::DD |
struct | clang::sema::DelayedDiagnostic::FTD |
class | clang::sema::DelayedDiagnosticPool |
A collection of diagnostics which were delayed. More... | |
Namespaces | |
namespace | clang |
namespace | clang::sema |
Defines the classes clang::DelayedDiagnostic and clang::AccessedEntity.
DelayedDiangostic is used to record diagnostics that are being conditionally produced during declarator parsing. Certain kinds of diagnostics -- notably deprecation and access control -- are suppressed based on semantic properties of the parsed declaration that aren't known until it is fully parsed.
Definition in file DelayedDiagnostic.h.