clang 19.0.0git
Public Member Functions | List of all members
clang::ParsingFieldDeclarator Class Reference

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

#include "clang/Parse/RAIIObjectsForParser.h"

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

Public Member Functions

 ParsingFieldDeclarator (Parser &P, const ParsingDeclSpec &DS, const ParsedAttributes &DeclarationAttrs)
 
const ParsingDeclSpecgetDeclSpec () const
 
ParsingDeclSpecgetMutableDeclSpec () const
 
void complete (Decl *D)
 
- Public Member Functions inherited from clang::FieldDeclarator
 FieldDeclarator (const DeclSpec &DS, const ParsedAttributes &DeclarationAttrs)
 

Additional Inherited Members

- Public Attributes inherited from clang::FieldDeclarator
Declarator D
 
ExprBitfieldSize
 

Detailed Description

A class for parsing a field declarator.

Definition at line 229 of file RAIIObjectsForParser.h.

Constructor & Destructor Documentation

◆ ParsingFieldDeclarator()

clang::ParsingFieldDeclarator::ParsingFieldDeclarator ( Parser P,
const ParsingDeclSpec DS,
const ParsedAttributes DeclarationAttrs 
)
inline

Definition at line 233 of file RAIIObjectsForParser.h.

Member Function Documentation

◆ complete()

void clang::ParsingFieldDeclarator::complete ( Decl D)
inline

◆ getDeclSpec()

const ParsingDeclSpec & clang::ParsingFieldDeclarator::getDeclSpec ( ) const
inline

◆ getMutableDeclSpec()

ParsingDeclSpec & clang::ParsingFieldDeclarator::getMutableDeclSpec ( ) const
inline

Definition at line 242 of file RAIIObjectsForParser.h.

References getDeclSpec().


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