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

/external/clang/lib/Parse/
H A DParseObjc.cpp839 static void takeDeclAttributes(ParsedAttributes &attrs, function
855 /// takeDeclAttributes - Take all the decl attributes from the given
857 static void takeDeclAttributes(ParsedAttributes &attrs, function
864 takeDeclAttributes(attrs, D.getDeclSpec().getAttributes().getList());
865 takeDeclAttributes(attrs, D.getAttributes());
867 takeDeclAttributes(attrs,
912 takeDeclAttributes(*paramAttrs, declarator);

Completed in 69 milliseconds