Home | History | Annotate | Download | only in Sema

Lines Matching defs:ProcessDeclAttribute

3047     if (!TargetAttrs.ProcessDeclAttribute(scope, D, Attr, S))
3054 /// ProcessDeclAttribute - Apply the specific attribute to the specified decl if
3058 static void ProcessDeclAttribute(Sema &S, Scope *scope, Decl *D,
3081 ProcessDeclAttribute(*this, S, D, *l, NonInheritable, Inheritable);