Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseObjc.cpp1227 static void takeDeclAttributes(ParsedAttributes &attrs, in takeDeclAttributes() function
1245 static void takeDeclAttributes(ParsedAttributes &attrs, in takeDeclAttributes() function
1252 takeDeclAttributes(attrs, D.getDeclSpec().getAttributes().getList()); in takeDeclAttributes()
1253 takeDeclAttributes(attrs, D.getAttributes()); in takeDeclAttributes()
1255 takeDeclAttributes(attrs, in takeDeclAttributes()
1312 takeDeclAttributes(*paramAttrs, declarator); in ParseObjCTypeName()