Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h722 AttributePool &getAttributePool() const { in getAttributePool() function
1719 Attrs(ds.getAttributePool().getFactory()), AsmLabel(nullptr), in Declarator()
1738 AttributePool &getAttributePool() const { in getAttributePool() function
1992 getAttributePool().takeAllFrom(attrs.getPool()); in AddTypeInfo()
/external/clang/lib/Parse/
DParseObjc.cpp400 return D.getAttributePool().create( in addContextSensitiveTypeNullability()
1237 attrs.getPool().takeAllFrom(D.getAttributePool()); in takeDeclAttributes()
1238 attrs.getPool().takeAllFrom(D.getDeclSpec().getAttributePool()); in takeDeclAttributes()
/external/clang/lib/Sema/
DSemaType.cpp3750 AttributeList *nullabilityAttr = state.getDeclarator().getAttributePool() in GetFullTypeForDeclarator()
4637 AttributeList *attr = D.getAttributePool() in transferARCOwnershipToDeclaratorChunk()