Searched refs:takeDeclAttributes (Results 1 – 1 of 1) sorted by relevance
1216 static void takeDeclAttributes(ParsedAttributes &attrs, in takeDeclAttributes() function1234 static void takeDeclAttributes(ParsedAttributes &attrs, in takeDeclAttributes() function1241 takeDeclAttributes(attrs, D.getDeclSpec().getAttributes().getList()); in takeDeclAttributes()1242 takeDeclAttributes(attrs, D.getAttributes()); in takeDeclAttributes()1244 takeDeclAttributes(attrs, in takeDeclAttributes()1300 takeDeclAttributes(*paramAttrs, declarator); in ParseObjCTypeName()