|
clang 22.0.0git
|
#include "clang/Sema/Sema.h"
Public Member Functions | |
| ProcessDeclAttributeOptions () | |
| ProcessDeclAttributeOptions | WithIncludeCXX11Attributes (bool Val) |
| ProcessDeclAttributeOptions | WithIgnoreTypeAttributes (bool Val) |
Public Attributes | |
| bool | IncludeCXX11Attributes |
| bool | IgnoreTypeAttributes |
|
inline |
Definition at line 5055 of file Sema.h.
References false, IgnoreTypeAttributes, IncludeCXX11Attributes, and true.
Referenced by WithIgnoreTypeAttributes(), and WithIncludeCXX11Attributes().
|
inline |
Definition at line 5064 of file Sema.h.
References ProcessDeclAttributeOptions(), and clang::Result.
|
inline |
Definition at line 5058 of file Sema.h.
References ProcessDeclAttributeOptions(), and clang::Result.
| bool clang::Sema::ProcessDeclAttributeOptions::IgnoreTypeAttributes |
Definition at line 5077 of file Sema.h.
Referenced by ProcessDeclAttribute(), and ProcessDeclAttributeOptions().
| bool clang::Sema::ProcessDeclAttributeOptions::IncludeCXX11Attributes |
Definition at line 5071 of file Sema.h.
Referenced by ProcessDeclAttribute(), and ProcessDeclAttributeOptions().