Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DAttributeList.h436 void takeAllFrom(AttributePool &pool) { in takeAllFrom() function
573 void takeAllFrom(ParsedAttributes &attrs) { in takeAllFrom() function
576 pool.takeAllFrom(attrs.pool); in takeAllFrom()
DDeclSpec.h675 Attrs.takeAllFrom(attrs); in takeAttributesFrom()
1755 getAttributePool().takeAllFrom(attrs.getPool()); in AddTypeInfo()
1874 Attrs.takeAllFrom(attrs); in takeAttributes()
/external/clang/lib/Parse/
DParseObjc.cpp858 attrs.getPool().takeAllFrom(D.getAttributePool()); in takeDeclAttributes()
859 attrs.getPool().takeAllFrom(D.getDeclSpec().getAttributePool()); in takeDeclAttributes()
1087 allParamAttrs.takeAllFrom(paramAttrs.getPool()); in ParseObjCMethodDecl()
/external/clang/include/clang/Parse/
DParser.h1836 attrs.takeAllFrom(attrsWithRange);