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 5038 of file Sema.h.
References false, IgnoreTypeAttributes, IncludeCXX11Attributes, and true.
Referenced by WithIgnoreTypeAttributes(), and WithIncludeCXX11Attributes().
|
inline |
Definition at line 5047 of file Sema.h.
References ProcessDeclAttributeOptions(), and clang::Result.
|
inline |
Definition at line 5041 of file Sema.h.
References ProcessDeclAttributeOptions(), and clang::Result.
bool clang::Sema::ProcessDeclAttributeOptions::IgnoreTypeAttributes |
Definition at line 5060 of file Sema.h.
Referenced by ProcessDeclAttribute(), and ProcessDeclAttributeOptions().
bool clang::Sema::ProcessDeclAttributeOptions::IncludeCXX11Attributes |
Definition at line 5054 of file Sema.h.
Referenced by ProcessDeclAttribute(), and ProcessDeclAttributeOptions().