Home
last modified time | relevance | path

Searched refs:IgnoreTypeAttributes (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()
4740 Result.IgnoreTypeAttributes = Val; in WithIgnoreTypeAttributes()
4751 bool IgnoreTypeAttributes; member
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp9085 if (Options.IgnoreTypeAttributes) in ProcessDeclAttribute()