clang API Documentation

Classes | Namespaces
DelayedDiagnostic.h File Reference

Defines the classes clang::DelayedDiagnostic and clang::AccessedEntity. More...

#include "clang/Sema/Sema.h"
Include dependency graph for DelayedDiagnostic.h:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

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.