Searched refs:takeAttributes (Results 1 – 4 of 4) sorted by relevance
653 ParsedAttributes takeAttributes() { in takeAttributes() function1853 void takeAttributes(ParsedAttributes &attrs, SourceLocation lastLoc) { in takeAttributes() function
1898 D.takeAttributes(attrs, endLoc);1920 D.takeAttributes(attrs, endLoc); in MaybeParseCXX0XAttributes()
2318 DeclaratorInfo.takeAttributes(DS.getAttributes(), SourceLocation()); in ParseBlockId()
106892 - Can't be const, now that we use takeAttributes()106905 - Use takeAttributes() for less ref-churn.