Lines Matching refs:scope
215 static void handleExtVectorTypeAttr(Sema &S, Scope *scope, Decl *D,
233 ExprResult Size = S.ActOnIdExpression(scope, SS, id, false, false);
2894 static void ProcessNonInheritableDeclAttr(Sema &S, Scope *scope, Decl *D,
2905 static void ProcessInheritableDeclAttr(Sema &S, Scope *scope, Decl *D,
2943 handleExtVectorTypeAttr(S, scope, D, Attr);
3047 if (!TargetAttrs.ProcessDeclAttribute(scope, D, Attr, S))
3058 static void ProcessDeclAttribute(Sema &S, Scope *scope, Decl *D,
3069 ProcessNonInheritableDeclAttr(S, scope, D, Attr);
3072 ProcessInheritableDeclAttr(S, scope, D, Attr);
3077 void Sema::ProcessDeclAttributeList(Scope *S, Decl *D,
3124 void Sema::DeclApplyPragmaWeak(Scope *S, NamedDecl *ND, WeakInfo &W) {
3135 // to insert Decl at TU scope, sorry.
3148 void Sema::ProcessDeclAttributes(Scope *S, Decl *D, const Declarator &PD,