Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h4519 : IncludeCXX11Attributes(true), IgnoreTypeAttributes(false) {} in ProcessDeclAttributeOptions()
4529 Result.IgnoreTypeAttributes = Val; in WithIgnoreTypeAttributes()
4540 bool IgnoreTypeAttributes; member
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp8386 if (Options.IgnoreTypeAttributes) in ProcessDeclAttribute()