Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DAttributeList.h569 void takeAllFrom(AttributePool &pool) { in takeAllFrom() function
727 void takeAllFrom(ParsedAttributes &attrs) { in takeAllFrom() function
730 pool.takeAllFrom(attrs.pool); in takeAllFrom()
DDeclSpec.h727 Attrs.takeAllFrom(attrs); in takeAttributesFrom()
1863 getAttributePool().takeAllFrom(attrs.getPool()); in AddTypeInfo()
2039 Attrs.takeAllFrom(attrs); in takeAttributes()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Parse/
DParseObjc.cpp876 attrs.getPool().takeAllFrom(D.getAttributePool()); in takeDeclAttributes()
877 attrs.getPool().takeAllFrom(D.getDeclSpec().getAttributePool()); in takeDeclAttributes()
1102 allParamAttrs.takeAllFrom(paramAttrs.getPool()); in ParseObjCMethodDecl()
DParseDeclCXX.cpp526 Attrs.takeAllFrom(MisplacedAttrs); in ParseUsingDeclaration()
1410 attrs.takeAllFrom(Attributes); in ParseClassSpecifier()
DParseDecl.cpp2669 attrs.takeAllFrom(Attrs); in ParseDeclarationSpecifiers()
2775 attrs.takeAllFrom(Attrs); in ParseDeclarationSpecifiers()
3139 attrs.takeAllFrom(Attributes); in ParseDeclarationSpecifiers()
DParseStmt.cpp533 attrs.takeAllFrom(TempAttrs); in ParseLabeledStatement()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Parse/
DParser.h1950 attrs.takeAllFrom(attrsWithRange);