clang 19.0.0git
Public Member Functions | Public Attributes | List of all members
clang::FunctionType::FunctionTypeArmAttributes Struct Reference

A holder for Arm type attributes as described in the Arm C/C++ Language extensions which are not particularly common to all types and therefore accounted separately from FunctionTypeBitfields. More...

#include "clang/AST/Type.h"

Public Member Functions

 FunctionTypeArmAttributes ()
 

Public Attributes

unsigned AArch64SMEAttributes: 8
 Any AArch64 SME ACLE type attributes that need to be propagated on declarations and function pointers.
 

Detailed Description

A holder for Arm type attributes as described in the Arm C/C++ Language extensions which are not particularly common to all types and therefore accounted separately from FunctionTypeBitfields.

Definition at line 4550 of file Type.h.

Constructor & Destructor Documentation

◆ FunctionTypeArmAttributes()

clang::FunctionType::FunctionTypeArmAttributes::FunctionTypeArmAttributes ( )
inline

Definition at line 4555 of file Type.h.

Member Data Documentation

◆ AArch64SMEAttributes

unsigned clang::FunctionType::FunctionTypeArmAttributes::AArch64SMEAttributes

Any AArch64 SME ACLE type attributes that need to be propagated on declarations and function pointers.

Definition at line 4553 of file Type.h.


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