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

/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp4517 bool NonInheritable, bool Inheritable) {
4528 if (NonInheritable)
4539 bool NonInheritable, bool Inheritable) {
4541 ProcessDeclAttribute(*this, S, D, *l, NonInheritable, Inheritable);
4676 bool NonInheritable, bool Inheritable) {
4698 ProcessDeclAttributeList(S, D, Attrs, NonInheritable, Inheritable);
4706 ProcessDeclAttributeList(S, D, Attrs, NonInheritable, Inheritable);
4710 ProcessDeclAttributeList(S, D, Attrs, NonInheritable, Inheritable);
4515 ProcessDeclAttribute(Sema &S, Scope *scope, Decl *D, const AttributeList &Attr, bool NonInheritable, bool Inheritable) argument
4537 ProcessDeclAttributeList(Scope *S, Decl *D, const AttributeList *AttrList, bool NonInheritable, bool Inheritable) argument
4675 ProcessDeclAttributes(Scope *S, Decl *D, const Declarator &PD, bool NonInheritable, bool Inheritable) argument

Completed in 47 milliseconds