Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DParsedAttr.h782 void takeAllFrom(AttributePool &pool) { in takeAllFrom() function
971 void takeAllFrom(ParsedAttributes &attrs) { in takeAllFrom() function
974 pool.takeAllFrom(attrs.pool); in takeAllFrom()
DDeclSpec.h799 Attrs.takeAllFrom(attrs); in takeAttributesFrom()
2215 getAttributePool().takeAllFrom(attrs.getPool()); in AddTypeInfo()
2517 Attrs.takeAllFrom(attrs); in takeAttributes()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Parse/
DParser.h2681 Attrs.takeAllFrom(AttrsWithRange);
2728 Attrs.takeAllFrom(AttrsWithRange);
2755 Attrs.takeAllFrom(AttrsWithRange);
2798 attrs.takeAllFrom(attrsWithRange);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DDeclSpec.cpp228 I.Fun.MethodQualifiers->getAttributes().takeAllFrom(attrs); in getFunction()
229 I.Fun.MethodQualifiers->getAttributePool().takeAllFrom(attrs.getPool()); in getFunction()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParseObjc.cpp1229 attrs.getPool().takeAllFrom(D.getAttributePool()); in takeDeclAttributes()
1230 attrs.getPool().takeAllFrom(D.getDeclSpec().getAttributePool()); in takeDeclAttributes()
1446 allParamAttrs.takeAllFrom(paramAttrs.getPool()); in ParseObjCMethodDecl()
DParseStmt.cpp655 attrs.takeAllFrom(TempAttrs); in ParseLabeledStatement()
2250 Attrs.takeAllFrom(TempAttrs); in ParsePragmaLoopHint()
DParseDeclCXX.cpp731 Attrs.takeAllFrom(MisplacedAttrs); in ParseUsingDeclaration()
1833 attrs.takeAllFrom(Attributes); in ParseClassSpecifier()
DParseDecl.cpp3287 attrs.takeAllFrom(Attrs); in ParseDeclarationSpecifiers()
3434 attrs.takeAllFrom(Attrs); in ParseDeclarationSpecifiers()
3995 attrs.takeAllFrom(Attributes); in ParseDeclarationSpecifiers()