Home
last modified time | relevance | path

Searched refs:getAttributePool (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Sema/
DDeclSpec.h634 AttributePool &getAttributePool() const { in getAttributePool() function
1528 Attrs(ds.getAttributePool().getFactory()), AsmLabel(0), in Declarator()
1547 AttributePool &getAttributePool() const { in getAttributePool() function
1755 getAttributePool().takeAllFrom(attrs.getPool()); in AddTypeInfo()
/external/clang/lib/Parse/
DParseObjc.cpp858 attrs.getPool().takeAllFrom(D.getAttributePool()); in takeDeclAttributes()
859 attrs.getPool().takeAllFrom(D.getDeclSpec().getAttributePool()); in takeDeclAttributes()
/external/clang/lib/Sema/
DSemaType.cpp2881 AttributeList *attr = D.getAttributePool() in transferARCOwnershipToDeclaratorChunk()