Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp1248 static void takeDeclAttributes(ParsedAttributesView &attrs, in takeDeclAttributes() function
1260 static void takeDeclAttributes(ParsedAttributes &attrs, in takeDeclAttributes() function
1271 takeDeclAttributes(attrs, D.getMutableDeclSpec().getAttributes()); in takeDeclAttributes()
1272 takeDeclAttributes(attrs, D.getAttributes()); in takeDeclAttributes()
1274 takeDeclAttributes(attrs, D.getTypeObject(i).getAttrs()); in takeDeclAttributes()
1329 takeDeclAttributes(*paramAttrs, declarator); in ParseObjCTypeName()