Searched refs:takeDeclAttributes (Results 1 – 1 of 1) sorted by relevance
1266 static void takeDeclAttributes(ParsedAttributesView &attrs, in takeDeclAttributes() function1278 static void takeDeclAttributes(ParsedAttributes &attrs, in takeDeclAttributes() function1289 takeDeclAttributes(attrs, D.getMutableDeclSpec().getAttributes()); in takeDeclAttributes()1290 takeDeclAttributes(attrs, D.getAttributes()); in takeDeclAttributes()1292 takeDeclAttributes(attrs, D.getTypeObject(i).getAttrs()); in takeDeclAttributes()1347 takeDeclAttributes(*paramAttrs, declarator); in ParseObjCTypeName()