Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h769 AttributePool &getAttributePool() const { in getAttributePool() function
1924 HasInitializer(false), Attrs(DS.getAttributePool().getFactory()), in Declarator()
1949 AttributePool &getAttributePool() const { in getAttributePool() function
2249 getAttributePool().takeAllFrom(attrs.getPool()); in AddTypeInfo()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseObjc.cpp387 getNullabilityAttr(D.getAttributePool())); in addContextSensitiveTypeNullability()
1235 attrs.getPool().takeAllFrom(D.getAttributePool()); in takeDeclAttributes()
1236 attrs.getPool().takeAllFrom(D.getDeclSpec().getAttributePool()); in takeDeclAttributes()
/llvm-project-15.0.7/clang/lib/Sema/
H A DDeclSpec.cpp229 I.Fun.MethodQualifiers->getAttributePool().takeAllFrom(attrs.getPool()); in getFunction()
H A DSemaType.cpp4874 D.getMutableDeclSpec().getAttributePool())) { in GetFullTypeForDeclarator()
4915 state.getDeclarator().getAttributePool()); in GetFullTypeForDeclarator()
4938 state.getDeclarator().getAttributePool()); in GetFullTypeForDeclarator()
5512 state.getDeclarator().getAttributePool()); in GetFullTypeForDeclarator()
5897 ParsedAttr *attr = D.getAttributePool().create( in transferARCOwnershipToDeclaratorChunk()