clang 22.0.0git
clang::Sema::ProcessDeclAttributeOptions Struct Reference

#include "clang/Sema/Sema.h"

Public Member Functions

 ProcessDeclAttributeOptions ()
ProcessDeclAttributeOptions WithIncludeCXX11Attributes (bool Val)
ProcessDeclAttributeOptions WithIgnoreTypeAttributes (bool Val)

Public Attributes

bool IncludeCXX11Attributes
bool IgnoreTypeAttributes

Detailed Description

Definition at line 5037 of file Sema.h.

Constructor & Destructor Documentation

◆ ProcessDeclAttributeOptions()

clang::Sema::ProcessDeclAttributeOptions::ProcessDeclAttributeOptions ( )
inline

Member Function Documentation

◆ WithIgnoreTypeAttributes()

ProcessDeclAttributeOptions clang::Sema::ProcessDeclAttributeOptions::WithIgnoreTypeAttributes ( bool Val)
inline

Definition at line 5047 of file Sema.h.

References ProcessDeclAttributeOptions(), and clang::Result.

◆ WithIncludeCXX11Attributes()

ProcessDeclAttributeOptions clang::Sema::ProcessDeclAttributeOptions::WithIncludeCXX11Attributes ( bool Val)
inline

Definition at line 5041 of file Sema.h.

References ProcessDeclAttributeOptions(), and clang::Result.

Member Data Documentation

◆ IgnoreTypeAttributes

bool clang::Sema::ProcessDeclAttributeOptions::IgnoreTypeAttributes

Definition at line 5060 of file Sema.h.

Referenced by ProcessDeclAttribute(), and ProcessDeclAttributeOptions().

◆ IncludeCXX11Attributes

bool clang::Sema::ProcessDeclAttributeOptions::IncludeCXX11Attributes

Definition at line 5054 of file Sema.h.

Referenced by ProcessDeclAttribute(), and ProcessDeclAttributeOptions().


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