Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4632 : IncludeCXX11Attributes(true), IgnoreTypeAttributes(false) {} in ProcessDeclAttributeOptions()
4636 Result.IncludeCXX11Attributes = Val; in WithIncludeCXX11Attributes()
4647 bool IncludeCXX11Attributes; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp6267 !Options.IncludeCXX11Attributes) in ProcessDeclAttribute()