Home
last modified time | relevance | path

Searched refs:IncludeCXX11Attributes (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()
4523 Result.IncludeCXX11Attributes = Val; in WithIncludeCXX11Attributes()
4534 bool IncludeCXX11Attributes; member
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp8350 if (AL.getSyntax() == ParsedAttr::AS_CXX11 && !Options.IncludeCXX11Attributes) in ProcessDeclAttribute()