Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp319 Result.takeAllFrom(Second); in takeAndConcatenateAttrs()
320 Result.takeAllFrom(First); in takeAndConcatenateAttrs()
H A DDeclSpec.cpp229 I.Fun.MethodQualifiers->getAttributes().takeAllFrom(attrs); in getFunction()
230 I.Fun.MethodQualifiers->getAttributePool().takeAllFrom(attrs.getPool()); in getFunction()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h743 void takeAllFrom(AttributePool &pool) { in takeAllFrom() function
967 void takeAllFrom(ParsedAttributes &Other) { in takeAllFrom() function
972 pool.takeAllFrom(Other.pool); in takeAllFrom()
H A DDeclSpec.h874 Attrs.takeAllFrom(attrs); in takeAttributesFrom()
2357 getAttributePool().takeAllFrom(attrs.getPool()); in AddTypeInfo()
2677 Attrs.takeAllFrom(attrs); in takeAttributes()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp54 DeclAttrs.takeAllFrom(DeclSpecAttrs); in ParseObjCAtDirectives()
1285 attrs.getPool().takeAllFrom(D.getAttributePool()); in takeDeclAttributes()
1286 attrs.getPool().takeAllFrom(D.getDeclSpec().getAttributePool()); in takeDeclAttributes()
1502 allParamAttrs.takeAllFrom(paramAttrs.getPool()); in ParseObjCMethodDecl()
H A DParseStmt.cpp774 Attrs.takeAllFrom(TempAttrs); in ParseLabeledStatement()
2503 Attrs.takeAllFrom(TempAttrs); in ParsePragmaLoopHint()
H A DParseDecl.cpp2300 LocalAttrs.takeAllFrom(Attrs); in ParseDeclGroup()
3907 attrs.takeAllFrom(Attrs); in ParseDeclarationSpecifiers()
4071 attrs.takeAllFrom(Attrs); in ParseDeclarationSpecifiers()
4670 attrs.takeAllFrom(Attributes); in ParseDeclarationSpecifiers()
5056 OutAttrs->takeAllFrom(Attrs); in ParseLexedCAttribute()
7872 ArgDeclSpecAttrs.takeAllFrom(FirstArgAttrs); in ParseParameterDeclarationClause()
H A DParseDeclCXX.cpp831 Attrs.takeAllFrom(MisplacedAttrs); in ParseUsingDeclaration()
2112 attrs.takeAllFrom(Attributes); in ParseClassSpecifier()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3051 Attrs.takeAllFrom(AttrsWithRange); in MaybeParseMicrosoftAttributes()