Home
last modified time | relevance | path

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