Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseObjc.cpp1216 static void takeDeclAttributes(ParsedAttributesView &attrs, in takeDeclAttributes() function
1228 static void takeDeclAttributes(ParsedAttributes &attrs, in takeDeclAttributes() function
1239 takeDeclAttributes(attrs, D.getMutableDeclSpec().getAttributes()); in takeDeclAttributes()
1240 takeDeclAttributes(attrs, D.getAttributes()); in takeDeclAttributes()
1242 takeDeclAttributes(attrs, D.getTypeObject(i).getAttrs()); in takeDeclAttributes()
1297 takeDeclAttributes(*paramAttrs, declarator); in ParseObjCTypeName()