Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp7803 bool IncludeCXX11Attributes) { in ProcessDeclAttribute() argument
7809 if (AL.isCXX11Attribute() && !IncludeCXX11Attributes) in ProcessDeclAttribute()
8448 bool IncludeCXX11Attributes) { in ProcessDeclAttributeList() argument
8453 ProcessDeclAttribute(*this, S, D, AL, IncludeCXX11Attributes); in ProcessDeclAttributeList()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4293 bool IncludeCXX11Attributes = true);