Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h705 AttributePool &getAttributePool() const { in getAttributePool() function
1635 Attrs(ds.getAttributePool().getFactory()), AsmLabel(nullptr), in Declarator()
1653 AttributePool &getAttributePool() const { in getAttributePool() function
1901 getAttributePool().takeAllFrom(attrs.getPool()); in AddTypeInfo()
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp846 attrs.getPool().takeAllFrom(D.getAttributePool()); in takeDeclAttributes()
847 attrs.getPool().takeAllFrom(D.getDeclSpec().getAttributePool()); in takeDeclAttributes()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp3318 AttributeList *attr = D.getAttributePool() in transferARCOwnershipToDeclaratorChunk()