Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DAttributeList.h577 void takeAllFrom(AttributePool &pool) { in takeAllFrom() function
709 void takeAllFrom(ParsedAttributes &attrs) { in takeAllFrom() function
712 pool.takeAllFrom(attrs.pool); in takeAllFrom()
DDeclSpec.h736 Attrs.takeAllFrom(attrs); in takeAttributesFrom()
1942 getAttributePool().takeAllFrom(attrs.getPool()); in AddTypeInfo()
2126 Attrs.takeAllFrom(attrs); in takeAttributes()
/external/clang/lib/Parse/
DParseStmt.cpp578 attrs.takeAllFrom(TempAttrs); in ParseLabeledStatement()
1889 Attrs.takeAllFrom(TempAttrs); in ParsePragmaLoopHint()
DParseObjc.cpp1248 attrs.getPool().takeAllFrom(D.getAttributePool()); in takeDeclAttributes()
1249 attrs.getPool().takeAllFrom(D.getDeclSpec().getAttributePool()); in takeDeclAttributes()
1476 allParamAttrs.takeAllFrom(paramAttrs.getPool()); in ParseObjCMethodDecl()
DParseDeclCXX.cpp579 Attrs.takeAllFrom(MisplacedAttrs); in ParseUsingDeclaration()
1555 attrs.takeAllFrom(Attributes); in ParseClassSpecifier()
DParseDecl.cpp2855 attrs.takeAllFrom(Attrs); in ParseDeclarationSpecifiers()
2978 attrs.takeAllFrom(Attrs); in ParseDeclarationSpecifiers()
3353 attrs.takeAllFrom(Attributes); in ParseDeclarationSpecifiers()
/external/clang/include/clang/Parse/
DParser.h2136 attrs.takeAllFrom(attrsWithRange);