|
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 5050 of file Sema.h.
References false, IgnoreTypeAttributes, IncludeCXX11Attributes, and true.
Referenced by WithIgnoreTypeAttributes(), and WithIncludeCXX11Attributes().
|
inline |
Definition at line 5059 of file Sema.h.
References ProcessDeclAttributeOptions(), and clang::Result.
|
inline |
Definition at line 5053 of file Sema.h.
References ProcessDeclAttributeOptions(), and clang::Result.
| bool clang::Sema::ProcessDeclAttributeOptions::IgnoreTypeAttributes |
Definition at line 5072 of file Sema.h.
Referenced by ProcessDeclAttribute(), and ProcessDeclAttributeOptions().
| bool clang::Sema::ProcessDeclAttributeOptions::IncludeCXX11Attributes |
Definition at line 5066 of file Sema.h.
Referenced by ProcessDeclAttribute(), and ProcessDeclAttributeOptions().