Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h807 AttributePool &getAttributePool() const { in getAttributePool() function
1969 HasInitializer(false), Attrs(DS.getAttributePool().getFactory()), in Declarator()
1995 AttributePool &getAttributePool() const { in getAttributePool() function
2295 getAttributePool().takeAllFrom(attrs.getPool()); in AddTypeInfo()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp422 getNullabilityAttr(D.getAttributePool())); in addContextSensitiveTypeNullability()
1280 attrs.getPool().takeAllFrom(D.getAttributePool()); in takeDeclAttributes()
1281 attrs.getPool().takeAllFrom(D.getDeclSpec().getAttributePool()); in takeDeclAttributes()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp230 I.Fun.MethodQualifiers->getAttributePool().takeAllFrom(attrs.getPool()); in getFunction()
H A DSemaType.cpp5053 D.getMutableDeclSpec().getAttributePool())) { in GetFullTypeForDeclarator()
5099 state.getDeclarator().getAttributePool()); in GetFullTypeForDeclarator()
5122 state.getDeclarator().getAttributePool()); in GetFullTypeForDeclarator()
5717 state.getDeclarator().getAttributePool()); in GetFullTypeForDeclarator()
6126 ParsedAttr *attr = D.getAttributePool().create( in transferARCOwnershipToDeclaratorChunk()