Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h4639 : IncludeCXX11Attributes(true), IgnoreTypeAttributes(false) {} in ProcessDeclAttributeOptions()
4649 Result.IgnoreTypeAttributes = Val; in WithIgnoreTypeAttributes()
4660 bool IgnoreTypeAttributes; member
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp8626 if (Options.IgnoreTypeAttributes) in ProcessDeclAttribute()