Home
last modified time | relevance | path

Searched refs:takeAttributes (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Sema/
DDeclSpec.h653 ParsedAttributes takeAttributes() { in takeAttributes() function
1853 void takeAttributes(ParsedAttributes &attrs, SourceLocation lastLoc) { in takeAttributes() function
/external/clang/include/clang/Parse/
DParser.h1898 D.takeAttributes(attrs, endLoc);
1920 D.takeAttributes(attrs, endLoc); in MaybeParseCXX0XAttributes()
/external/clang/lib/Parse/
DParseExpr.cpp2318 DeclaratorInfo.takeAttributes(DS.getAttributes(), SourceLocation()); in ParseBlockId()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-06106892 - Can't be const, now that we use takeAttributes()
106905 - Use takeAttributes() for less ref-churn.