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

/external/clang/lib/Parse/
H A DParseObjc.cpp837 static void takeDeclAttributes(ParsedAttributes &attrs, function
853 /// takeDeclAttributes - Take all the decl attributes from the given
855 static void takeDeclAttributes(ParsedAttributes &attrs, function
862 takeDeclAttributes(attrs, D.getDeclSpec().getAttributes().getList());
863 takeDeclAttributes(attrs, D.getAttributes());
865 takeDeclAttributes(attrs,
910 takeDeclAttributes(*paramAttrs, declarator);

Completed in 83 milliseconds