Searched defs:ParseGNUAttributes (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Parse/
H A DParseDecl.cpp81 /// ParseGNUAttributes - Parse a non-empty attributes list.
122 void Parser::ParseGNUAttributes(ParsedAttributes &attrs, function in class:Parser
2824 ParseGNUAttributes(DS.getAttributes(), nullptr, LateAttrs);
4455 ParseGNUAttributes(DS.getAttributes());
4961 ParseGNUAttributes(attrs);

Completed in 45 milliseconds