Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h768 AttributePool &getAttributePool() const { in getAttributePool() function
1898 HasInitializer(false), Attrs(ds.getAttributePool().getFactory()), in Declarator()
1916 AttributePool &getAttributePool() const { in getAttributePool() function
2212 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/llvm-project/clang/lib/Parse/
DParseObjc.cpp387 getNullabilityAttr(D.getAttributePool())); in addContextSensitiveTypeNullability()
1223 attrs.getPool().takeAllFrom(D.getAttributePool()); in takeDeclAttributes()
1224 attrs.getPool().takeAllFrom(D.getDeclSpec().getAttributePool()); in takeDeclAttributes()
/external/llvm-project/clang/lib/Sema/
DDeclSpec.cpp228 I.Fun.MethodQualifiers->getAttributePool().takeAllFrom(attrs.getPool()); in getFunction()
DSemaType.cpp4721 D.getMutableDeclSpec().getAttributePool())) { in GetFullTypeForDeclarator()
4762 state.getDeclarator().getAttributePool()); in GetFullTypeForDeclarator()
4785 state.getDeclarator().getAttributePool()); in GetFullTypeForDeclarator()
5346 state.getDeclarator().getAttributePool()); in GetFullTypeForDeclarator()
5720 ParsedAttr *attr = D.getAttributePool().create( in transferARCOwnershipToDeclaratorChunk()
/external/clang/lib/Sema/
DSemaType.cpp3750 AttributeList *nullabilityAttr = state.getDeclarator().getAttributePool() in GetFullTypeForDeclarator()
4637 AttributeList *attr = D.getAttributePool() in transferARCOwnershipToDeclaratorChunk()