Home
last modified time | relevance | path

Searched refs:takeDeclAttributes (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Parse/
DParseObjc.cpp1216 static void takeDeclAttributes(ParsedAttributes &attrs, in takeDeclAttributes() function
1234 static void takeDeclAttributes(ParsedAttributes &attrs, in takeDeclAttributes() function
1241 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()