Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DAttributeList.h619 void takeAllFrom(AttributePool &pool) { in takeAllFrom() function
752 void takeAllFrom(ParsedAttributes &attrs) { in takeAllFrom() function
755 pool.takeAllFrom(attrs.pool); in takeAllFrom()
/external/llvm-project/clang/include/clang/Sema/
DParsedAttr.h732 void takeAllFrom(AttributePool &pool) { in takeAllFrom() function
921 void takeAllFrom(ParsedAttributes &attrs) { in takeAllFrom() function
924 pool.takeAllFrom(attrs.pool); in takeAllFrom()
DDeclSpec.h799 Attrs.takeAllFrom(attrs); in takeAttributesFrom()
2212 getAttributePool().takeAllFrom(attrs.getPool()); in AddTypeInfo()
2514 Attrs.takeAllFrom(attrs); in takeAttributes()
/external/llvm-project/clang/lib/Sema/
DDeclSpec.cpp227 I.Fun.MethodQualifiers->getAttributes().takeAllFrom(attrs); in getFunction()
228 I.Fun.MethodQualifiers->getAttributePool().takeAllFrom(attrs.getPool()); in getFunction()
/external/clang/lib/Parse/
DParseStmt.cpp590 attrs.takeAllFrom(TempAttrs); in ParseLabeledStatement()
1931 Attrs.takeAllFrom(TempAttrs); in ParsePragmaLoopHint()
DParseObjc.cpp1237 attrs.getPool().takeAllFrom(D.getAttributePool()); in takeDeclAttributes()
1238 attrs.getPool().takeAllFrom(D.getDeclSpec().getAttributePool()); in takeDeclAttributes()
1464 allParamAttrs.takeAllFrom(paramAttrs.getPool()); in ParseObjCMethodDecl()
DParseDecl.cpp2909 attrs.takeAllFrom(Attrs); in ParseDeclarationSpecifiers()
3022 attrs.takeAllFrom(Attrs); in ParseDeclarationSpecifiers()
3420 attrs.takeAllFrom(Attributes); in ParseDeclarationSpecifiers()
DParseDeclCXX.cpp579 Attrs.takeAllFrom(MisplacedAttrs); in ParseUsingDeclaration()
1570 attrs.takeAllFrom(Attributes); in ParseClassSpecifier()
/external/llvm-project/clang/lib/Parse/
DParseObjc.cpp1223 attrs.getPool().takeAllFrom(D.getAttributePool()); in takeDeclAttributes()
1224 attrs.getPool().takeAllFrom(D.getDeclSpec().getAttributePool()); in takeDeclAttributes()
1443 allParamAttrs.takeAllFrom(paramAttrs.getPool()); in ParseObjCMethodDecl()
DParseStmt.cpp640 attrs.takeAllFrom(TempAttrs); in ParseLabeledStatement()
2234 Attrs.takeAllFrom(TempAttrs); in ParsePragmaLoopHint()
DParseDeclCXX.cpp705 Attrs.takeAllFrom(MisplacedAttrs); in ParseUsingDeclaration()
1776 attrs.takeAllFrom(Attributes); in ParseClassSpecifier()
DParseDecl.cpp3218 attrs.takeAllFrom(Attrs); in ParseDeclarationSpecifiers()
3365 attrs.takeAllFrom(Attrs); in ParseDeclarationSpecifiers()
3920 attrs.takeAllFrom(Attributes); in ParseDeclarationSpecifiers()
/external/clang/include/clang/Parse/
DParser.h2175 attrs.takeAllFrom(attrsWithRange);
/external/llvm-project/clang/include/clang/Parse/
DParser.h2704 attrs.takeAllFrom(attrsWithRange);