|
clang 24.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 5171 of file Sema.h.
References false, IgnoreTypeAttributes, IncludeCXX11Attributes, and true.
Referenced by WithIgnoreTypeAttributes(), and WithIncludeCXX11Attributes().
|
inline |
Definition at line 5180 of file Sema.h.
References ProcessDeclAttributeOptions(), and clang::Result.
|
inline |
Definition at line 5174 of file Sema.h.
References ProcessDeclAttributeOptions(), and clang::Result.
| bool clang::Sema::ProcessDeclAttributeOptions::IgnoreTypeAttributes |
Definition at line 5193 of file Sema.h.
Referenced by ProcessDeclAttribute(), and ProcessDeclAttributeOptions().
| bool clang::Sema::ProcessDeclAttributeOptions::IncludeCXX11Attributes |
Definition at line 5187 of file Sema.h.
Referenced by ProcessDeclAttribute(), and ProcessDeclAttributeOptions().