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

/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp5000 bool NonInheritable, bool Inheritable,
5010 if (NonInheritable)
5021 bool NonInheritable, bool Inheritable,
5024 ProcessDeclAttribute(*this, S, D, *l, NonInheritable, Inheritable,
5184 bool NonInheritable, bool Inheritable) {
5187 ProcessDeclAttributeList(S, D, Attrs, NonInheritable, Inheritable);
5195 ProcessDeclAttributeList(S, D, Attrs, NonInheritable, Inheritable,
5200 ProcessDeclAttributeList(S, D, Attrs, NonInheritable, Inheritable);
4998 ProcessDeclAttribute(Sema &S, Scope *scope, Decl *D, const AttributeList &Attr, bool NonInheritable, bool Inheritable, bool IncludeCXX11Attributes) argument
5019 ProcessDeclAttributeList(Scope *S, Decl *D, const AttributeList *AttrList, bool NonInheritable, bool Inheritable, bool IncludeCXX11Attributes) argument
5183 ProcessDeclAttributes(Scope *S, Decl *D, const Declarator &PD, bool NonInheritable, bool Inheritable) argument

Completed in 95 milliseconds