Searched refs:takeDeclAttributes (Results 1 – 1 of 1) sorted by relevance
1068 static void takeDeclAttributes(ParsedAttributesView &attrs, in takeDeclAttributes() function1080 static void takeDeclAttributes(ParsedAttributes &attrs, in takeDeclAttributes() function1091 takeDeclAttributes(attrs, D.getMutableDeclSpec().getAttributes()); in takeDeclAttributes()1092 takeDeclAttributes(attrs, D.getAttributes()); in takeDeclAttributes()1094 takeDeclAttributes(attrs, D.getTypeObject(i).getAttrs()); in takeDeclAttributes()1145 takeDeclAttributes(*paramAttrs, declarator); in ParseObjCTypeName()