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.h5025 : IncludeCXX11Attributes(true), IgnoreTypeAttributes(false) {} in ProcessDeclAttributeOptions()
5029 Result.IncludeCXX11Attributes = Val; in WithIncludeCXX11Attributes()
5040 bool IncludeCXX11Attributes; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp7013 !Options.IncludeCXX11Attributes) in ProcessDeclAttribute()