Home | History | Annotate | Download | only in Sema

Lines Matching refs:AttrList

447                          SourceLocation EndProtoLoc, AttributeList *AttrList) {
475 if (AttrList)
476 ProcessDeclAttributeList(TUScope, IDecl, AttrList);
656 AttributeList *AttrList) {
658 // FIXME: Deal with AttrList.
695 if (AttrList)
696 ProcessDeclAttributeList(TUScope, PDecl, AttrList);
789 AttributeList *attrList) {
803 if (attrList)
804 ProcessDeclAttributeList(TUScope, PDecl, attrList);
2853 AttributeList *AttrList, tok::ObjCKeywordKind MethodDeclKind,
2974 if (AttrList)
2975 ProcessDeclAttributeList(TUScope, ObjCMethod, AttrList);