Searched defs:IncludeCXX11Attributes (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp4044 bool IncludeCXX11Attributes) {
4050 if (Attr.isCXX11Attribute() && !IncludeCXX11Attributes)
4539 bool IncludeCXX11Attributes) {
4541 ProcessDeclAttribute(*this, S, D, *l, IncludeCXX11Attributes);
4728 ProcessDeclAttributeList(S, D, Attrs, /*IncludeCXX11Attributes=*/false);
4042 ProcessDeclAttribute(Sema &S, Scope *scope, Decl *D, const AttributeList &Attr, bool IncludeCXX11Attributes) argument
4537 ProcessDeclAttributeList(Scope *S, Decl *D, const AttributeList *AttrList, bool IncludeCXX11Attributes) argument

Completed in 190 milliseconds