clang API Documentation

Public Member Functions
clang::ParsingDeclSpec Class Reference

A class for parsing a DeclSpec. More...

#include <RAIIObjectsForParser.h>

Inheritance diagram for clang::ParsingDeclSpec:
Inheritance graph
[legend]
Collaboration diagram for clang::ParsingDeclSpec:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ParsingDeclSpec (Parser &P)
 ParsingDeclSpec (Parser &P, ParsingDeclRAIIObject *RAII)
const sema::DelayedDiagnosticPoolgetDelayedDiagnosticPool () const
void complete (Decl *D)
void abort ()

Detailed Description

A class for parsing a DeclSpec.

Definition at line 169 of file RAIIObjectsForParser.h.


Constructor & Destructor Documentation

Definition at line 173 of file RAIIObjectsForParser.h.

Definition at line 176 of file RAIIObjectsForParser.h.


Member Function Documentation

void clang::ParsingDeclSpec::abort ( ) [inline]

Definition at line 188 of file RAIIObjectsForParser.h.

References clang::ParsingDeclRAIIObject::abort().

void clang::ParsingDeclSpec::complete ( Decl D) [inline]

Definition at line 184 of file RAIIObjectsForParser.h.

References clang::ParsingDeclRAIIObject::complete().


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