Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h768 AttributePool &getAttributePool() const { in getAttributePool() function
1901 HasInitializer(false), Attrs(ds.getAttributePool().getFactory()), in Declarator()
1919 AttributePool &getAttributePool() const { in getAttributePool() function
2215 getAttributePool().takeAllFrom(attrs.getPool()); in AddTypeInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp387 getNullabilityAttr(D.getAttributePool())); in addContextSensitiveTypeNullability()
1229 attrs.getPool().takeAllFrom(D.getAttributePool()); in takeDeclAttributes()
1230 attrs.getPool().takeAllFrom(D.getDeclSpec().getAttributePool()); in takeDeclAttributes()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp229 I.Fun.MethodQualifiers->getAttributePool().takeAllFrom(attrs.getPool()); in getFunction()
H A DSemaType.cpp4758 D.getMutableDeclSpec().getAttributePool())) { in GetFullTypeForDeclarator()
4799 state.getDeclarator().getAttributePool()); in GetFullTypeForDeclarator()
4822 state.getDeclarator().getAttributePool()); in GetFullTypeForDeclarator()
5387 state.getDeclarator().getAttributePool()); in GetFullTypeForDeclarator()
5761 ParsedAttr *attr = D.getAttributePool().create( in transferARCOwnershipToDeclaratorChunk()