Home
last modified time | relevance | path

Searched refs:IncludeCXX11Attributes (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4730 : IncludeCXX11Attributes(true), IgnoreTypeAttributes(false) {} in ProcessDeclAttributeOptions()
4734 Result.IncludeCXX11Attributes = Val; in WithIncludeCXX11Attributes()
4745 bool IncludeCXX11Attributes; member
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp9047 if (AL.isCXX11Attribute() && !Options.IncludeCXX11Attributes) in ProcessDeclAttribute()