Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h726 void takeAllFrom(AttributePool &pool) { in takeAllFrom() function
946 void takeAllFrom(ParsedAttributes &Other) { in takeAllFrom() function
951 pool.takeAllFrom(Other.pool); in takeAllFrom()
959 pool.takeAllFrom(Other.pool); in takeAllAtEndFrom()
H A DDeclSpec.h876 Attrs.takeAllFrom(attrs); in takeAttributesFrom()
2360 getAttributePool().takeAllFrom(attrs.getPool()); in AddTypeInfo()
2680 Attrs.takeAllFrom(attrs); in takeAttributes()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp226 I.Fun.MethodQualifiers->getAttributes().takeAllFrom(attrs); in getFunction()
227 I.Fun.MethodQualifiers->getAttributePool().takeAllFrom(attrs.getPool()); in getFunction()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp46 DeclAttrs.takeAllFrom(DeclSpecAttrs); in ParseObjCAtDirectives()
1087 attrs.getPool().takeAllFrom(D.getAttributePool()); in takeDeclAttributes()
1088 attrs.getPool().takeAllFrom(D.getDeclSpec().getAttributePool()); in takeDeclAttributes()
1272 allParamAttrs.takeAllFrom(paramAttrs.getPool()); in ParseObjCMethodDecl()
H A DParseStmt.cpp713 Attrs.takeAllFrom(TempAttrs); in ParseLabeledStatement()
2367 Attrs.takeAllFrom(TempAttrs); in ParsePragmaLoopHint()
H A DParseDecl.cpp2135 LocalAttrs.takeAllFrom(Attrs); in ParseDeclGroup()
3689 attrs.takeAllFrom(Attrs); in ParseDeclarationSpecifiers()
3854 attrs.takeAllFrom(Attrs); in ParseDeclarationSpecifiers()
4463 attrs.takeAllFrom(Attributes); in ParseDeclarationSpecifiers()
4830 OutAttrs->takeAllFrom(Attrs); in ParseLexedCAttribute()
7485 ArgDeclSpecAttrs.takeAllFrom(FirstArgAttrs); in ParseParameterDeclarationClause()
H A DParseDeclCXX.cpp743 Attrs.takeAllFrom(MisplacedAttrs); in ParseUsingDeclaration()
1959 attrs.takeAllFrom(Attributes); in ParseClassSpecifier()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2295 Attrs.takeAllFrom(AttrsWithRange); in MaybeParseMicrosoftAttributes()