Searched refs:getPool (Results 1 – 4 of 4) sorted by relevance
709 return Attrs.getPool(); in getAttributePool()1686 return Attrs.getPool(); in getAttributePool()1935 getAttributePool().takeAllFrom(attrs.getPool()); in AddTypeInfo()
683 AttributePool &getPool() const { return pool; } in getPool() function
1239 attrs.getPool().takeAllFrom(D.getAttributePool()); in takeDeclAttributes()1240 attrs.getPool().takeAllFrom(D.getDeclSpec().getAttributePool()); in takeDeclAttributes()1467 allParamAttrs.takeAllFrom(paramAttrs.getPool()); in ParseObjCMethodDecl()
9644 DeclSpec DS(Attrs.getPool().getFactory()); in ActOnCXXForRangeIdentifier()9655 ParsedAttributes EmptyAttrs(Attrs.getPool().getFactory()); in ActOnCXXForRangeIdentifier()