Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h705 AttributePool &getAttributePool() const { in getAttributePool() function
1637 Attrs(ds.getAttributePool().getFactory()), AsmLabel(nullptr), in Declarator()
1655 AttributePool &getAttributePool() const { in getAttributePool() function
1903 getAttributePool().takeAllFrom(attrs.getPool()); in AddTypeInfo()
/external/clang/lib/Parse/
DParseObjc.cpp846 attrs.getPool().takeAllFrom(D.getAttributePool()); in takeDeclAttributes()
847 attrs.getPool().takeAllFrom(D.getDeclSpec().getAttributePool()); in takeDeclAttributes()
/external/clang/lib/Sema/
DSemaType.cpp3366 AttributeList *attr = D.getAttributePool() in transferARCOwnershipToDeclaratorChunk()