Searched refs:takeDeclAttributes (Results 1 – 1 of 1) sorted by relevance
1195 static void takeDeclAttributes(ParsedAttributesView &attrs, in takeDeclAttributes() function1207 static void takeDeclAttributes(ParsedAttributes &attrs, in takeDeclAttributes() function1214 takeDeclAttributes(attrs, D.getMutableDeclSpec().getAttributes()); in takeDeclAttributes()1215 takeDeclAttributes(attrs, D.getAttributes()); in takeDeclAttributes()1217 takeDeclAttributes(attrs, D.getTypeObject(i).getAttrs()); in takeDeclAttributes()1272 takeDeclAttributes(*paramAttrs, declarator); in ParseObjCTypeName()