clang API Documentation

Public Member Functions
clang::ParsingFieldDeclarator Class Reference

A class for parsing a field declarator. More...

#include <RAIIObjectsForParser.h>

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

List of all members.

Public Member Functions

 ParsingFieldDeclarator (Parser &P, const ParsingDeclSpec &DS)
const ParsingDeclSpecgetDeclSpec () const
ParsingDeclSpecgetMutableDeclSpec () const
void complete (Decl *D)

Detailed Description

A class for parsing a field declarator.

Definition at line 221 of file RAIIObjectsForParser.h.


Constructor & Destructor Documentation

Definition at line 225 of file RAIIObjectsForParser.h.


Member Function Documentation

Definition at line 237 of file RAIIObjectsForParser.h.

References clang::ParsingDeclRAIIObject::complete().

Definition at line 229 of file RAIIObjectsForParser.h.

Referenced by getMutableDeclSpec().

Definition at line 233 of file RAIIObjectsForParser.h.

References getDeclSpec().


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