struct Sema::ProcessDeclAttributeOptions
Declaration
struct Sema::ProcessDeclAttributeOptions { /* full declaration omitted */ };
Declared at: clang/include/clang/Sema/Sema.h:4517
Member Variables
- public bool IncludeCXX11Attributes
- public bool IgnoreTypeAttributes
Method Overview
- public ProcessDeclAttributeOptions()
- public clang::Sema::ProcessDeclAttributeOptions WithIgnoreTypeAttributes(bool Val)
- public clang::Sema::ProcessDeclAttributeOptions WithIncludeCXX11Attributes(bool Val)
Methods
¶ProcessDeclAttributeOptions()
ProcessDeclAttributeOptions()
Declared at: clang/include/clang/Sema/Sema.h:4518
¶clang::Sema::ProcessDeclAttributeOptions
WithIgnoreTypeAttributes(bool Val)
clang::Sema::ProcessDeclAttributeOptions
WithIgnoreTypeAttributes(bool Val)
Declared at: clang/include/clang/Sema/Sema.h:4527
Parameters
- bool Val
¶clang::Sema::ProcessDeclAttributeOptions
WithIncludeCXX11Attributes(bool Val)
clang::Sema::ProcessDeclAttributeOptions
WithIncludeCXX11Attributes(bool Val)
Declared at: clang/include/clang/Sema/Sema.h:4521
Parameters
- bool Val