Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DAttributeList.h619 void takeAllFrom(AttributePool &pool) { in takeAllFrom() function
752 void takeAllFrom(ParsedAttributes &attrs) { in takeAllFrom() function
755 pool.takeAllFrom(attrs.pool); in takeAllFrom()
DDeclSpec.h753 Attrs.takeAllFrom(attrs); in takeAttributesFrom()
1992 getAttributePool().takeAllFrom(attrs.getPool()); in AddTypeInfo()
2178 Attrs.takeAllFrom(attrs); in takeAttributes()
/external/clang/lib/Parse/
DParseStmt.cpp590 attrs.takeAllFrom(TempAttrs); in ParseLabeledStatement()
1931 Attrs.takeAllFrom(TempAttrs); in ParsePragmaLoopHint()
DParseObjc.cpp1237 attrs.getPool().takeAllFrom(D.getAttributePool()); in takeDeclAttributes()
1238 attrs.getPool().takeAllFrom(D.getDeclSpec().getAttributePool()); in takeDeclAttributes()
1464 allParamAttrs.takeAllFrom(paramAttrs.getPool()); in ParseObjCMethodDecl()
DParseDecl.cpp2909 attrs.takeAllFrom(Attrs); in ParseDeclarationSpecifiers()
3022 attrs.takeAllFrom(Attrs); in ParseDeclarationSpecifiers()
3420 attrs.takeAllFrom(Attributes); in ParseDeclarationSpecifiers()
DParseDeclCXX.cpp579 Attrs.takeAllFrom(MisplacedAttrs); in ParseUsingDeclaration()
1570 attrs.takeAllFrom(Attributes); in ParseClassSpecifier()
/external/clang/include/clang/Parse/
DParser.h2175 attrs.takeAllFrom(attrsWithRange);