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

/openbsd-current/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp1248 static void takeDeclAttributes(ParsedAttributesView &attrs, function
1258 /// takeDeclAttributes - Take all the decl attributes from the given
1260 static void takeDeclAttributes(ParsedAttributes &attrs, function
1271 takeDeclAttributes(attrs, D.getMutableDeclSpec().getAttributes());
1272 takeDeclAttributes(attrs, D.getAttributes());
1274 takeDeclAttributes(attrs, D.getTypeObject(i).getAttrs());
1329 takeDeclAttributes(*paramAttrs, declarator);

Completed in 104 milliseconds