Searched refs:NonInheritable (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 4990 bool NonInheritable, bool Inheritable, in ProcessDeclAttribute() argument 5000 if (NonInheritable) in ProcessDeclAttribute() 5011 bool NonInheritable, bool Inheritable, in ProcessDeclAttributeList() argument 5014 ProcessDeclAttribute(*this, S, D, *l, NonInheritable, Inheritable, in ProcessDeclAttributeList() 5176 bool NonInheritable, bool Inheritable) { in ProcessDeclAttributes() argument 5179 ProcessDeclAttributeList(S, D, Attrs, NonInheritable, Inheritable); in ProcessDeclAttributes() 5187 ProcessDeclAttributeList(S, D, Attrs, NonInheritable, Inheritable, in ProcessDeclAttributes() 5192 ProcessDeclAttributeList(S, D, Attrs, NonInheritable, Inheritable); in ProcessDeclAttributes()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2376 bool NonInheritable = true, 2379 bool NonInheritable = true,
|