Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp6308 bool IncludeCXX11Attributes) { in ProcessDeclAttribute() argument
6314 if (AL.isCXX11Attribute() && !IncludeCXX11Attributes) in ProcessDeclAttribute()
7023 bool IncludeCXX11Attributes) { in ProcessDeclAttributeList() argument
7028 ProcessDeclAttribute(*this, S, D, AL, IncludeCXX11Attributes); in ProcessDeclAttributeList()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3376 bool IncludeCXX11Attributes = true);