Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp1214 static void takeDeclAttributes(ParsedAttributesView &attrs, in takeDeclAttributes() function
1226 static void takeDeclAttributes(ParsedAttributes &attrs, in takeDeclAttributes() function
1233 takeDeclAttributes(attrs, D.getMutableDeclSpec().getAttributes()); in takeDeclAttributes()
1234 takeDeclAttributes(attrs, D.getAttributes()); in takeDeclAttributes()
1236 takeDeclAttributes(attrs, D.getTypeObject(i).getAttrs()); in takeDeclAttributes()
1291 takeDeclAttributes(*paramAttrs, declarator); in ParseObjCTypeName()