clang API Documentation

Public Member Functions
clang::ParsingDeclarator Class Reference

A class for parsing a declarator. More...

#include <RAIIObjectsForParser.h>

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

List of all members.

Public Member Functions

 ParsingDeclarator (Parser &P, const ParsingDeclSpec &DS, TheContext C)
const ParsingDeclSpecgetDeclSpec () const
ParsingDeclSpecgetMutableDeclSpec () const
void clear ()
 Reset the contents of this Declarator.
void complete (Decl *D)

Detailed Description

A class for parsing a declarator.

Definition at line 194 of file RAIIObjectsForParser.h.


Constructor & Destructor Documentation

Definition at line 198 of file RAIIObjectsForParser.h.


Member Function Documentation

Reset the contents of this Declarator.

Reimplemented from clang::Declarator.

Definition at line 210 of file RAIIObjectsForParser.h.

References clang::ParsingDeclRAIIObject::reset().

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

Definition at line 215 of file RAIIObjectsForParser.h.

References clang::ParsingDeclRAIIObject::complete().

getDeclSpec - Return the declaration-specifier that this declarator was declared with.

Reimplemented from clang::Declarator.

Definition at line 202 of file RAIIObjectsForParser.h.

Referenced by getMutableDeclSpec().

Definition at line 206 of file RAIIObjectsForParser.h.

References getDeclSpec().


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