Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DAttributeList.h569 void takeAllFrom(AttributePool &pool) { in takeAllFrom() function
701 void takeAllFrom(ParsedAttributes &attrs) { in takeAllFrom() function
704 pool.takeAllFrom(attrs.pool); in takeAllFrom()
DDeclSpec.h736 Attrs.takeAllFrom(attrs); in takeAttributesFrom()
1903 getAttributePool().takeAllFrom(attrs.getPool()); in AddTypeInfo()
2087 Attrs.takeAllFrom(attrs); in takeAttributes()
/external/clang/lib/Parse/
DParseStmt.cpp572 attrs.takeAllFrom(TempAttrs); in ParseLabeledStatement()
1853 Attrs.takeAllFrom(TempAttrs); in ParsePragmaLoopHint()
DParseObjc.cpp846 attrs.getPool().takeAllFrom(D.getAttributePool()); in takeDeclAttributes()
847 attrs.getPool().takeAllFrom(D.getDeclSpec().getAttributePool()); in takeDeclAttributes()
1072 allParamAttrs.takeAllFrom(paramAttrs.getPool()); in ParseObjCMethodDecl()
DParseDeclCXX.cpp571 Attrs.takeAllFrom(MisplacedAttrs); in ParseUsingDeclaration()
1521 attrs.takeAllFrom(Attributes); in ParseClassSpecifier()
DParseDecl.cpp2780 attrs.takeAllFrom(Attrs); in ParseDeclarationSpecifiers()
2896 attrs.takeAllFrom(Attrs); in ParseDeclarationSpecifiers()
3239 attrs.takeAllFrom(Attributes); in ParseDeclarationSpecifiers()
/external/clang/include/clang/Parse/
DParser.h2054 attrs.takeAllFrom(attrsWithRange);