clang API Documentation

Public Member Functions | Public Attributes
clang::FunctionProtoType::ExtProtoInfo Struct Reference

ExtProtoInfo - Extra information about a function prototype. More...

#include <Type.h>

Collaboration diagram for clang::FunctionProtoType::ExtProtoInfo:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ExtProtoInfo ()

Public Attributes

FunctionType::ExtInfo ExtInfo
bool Variadic: 1
bool HasTrailingReturn: 1
unsigned char TypeQuals
ExceptionSpecificationType ExceptionSpecType
RefQualifierKind RefQualifier
unsigned NumExceptions
const QualTypeExceptions
ExprNoexceptExpr
FunctionDeclExceptionSpecDecl
FunctionDeclExceptionSpecTemplate
const bool * ConsumedArguments

Detailed Description

ExtProtoInfo - Extra information about a function prototype.

Definition at line 2741 of file Type.h.


Constructor & Destructor Documentation

clang::FunctionProtoType::ExtProtoInfo::ExtProtoInfo ( ) [inline]

Definition at line 2742 of file Type.h.


Member Data Documentation


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