Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp5353 bool IncludeCXX11Attributes) { in ProcessDeclAttribute() argument
5359 if (Attr.isCXX11Attribute() && !IncludeCXX11Attributes) in ProcessDeclAttribute()
5926 bool IncludeCXX11Attributes) { in ProcessDeclAttributeList() argument
5928 ProcessDeclAttribute(*this, S, D, *l, IncludeCXX11Attributes); in ProcessDeclAttributeList()
/external/clang/include/clang/Sema/
DSema.h3001 bool IncludeCXX11Attributes = true);