Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h845 AttributePool &getAttributePool() const { in getAttributePool() function
2033 HasInitializer(false), Attrs(DS.getAttributePool().getFactory()), in Declarator()
2059 AttributePool &getAttributePool() const { in getAttributePool() function
2360 getAttributePool().takeAllFrom(attrs.getPool()); in AddTypeInfo()
2373 getAttributePool().takeFrom(DeclTypeInfo.back().getAttrs(), OtherPool); in AddTypeInfo()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp380 getNullabilityAttr(D.getAttributePool())); in addContextSensitiveTypeNullability()
1087 attrs.getPool().takeAllFrom(D.getAttributePool()); in takeDeclAttributes()
1088 attrs.getPool().takeAllFrom(D.getDeclSpec().getAttributePool()); in takeDeclAttributes()
H A DParseDecl.cpp7880 D.AddTypeInfo(Chunk, TempDeclarator.getAttributePool(), SourceLocation()); in ParseMisplacedBracketDeclarator()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp227 I.Fun.MethodQualifiers->getAttributePool().takeAllFrom(attrs.getPool()); in getFunction()
H A DSemaType.cpp4614 D.getMutableDeclSpec().getAttributePool())) { in GetFullTypeForDeclarator()
4660 state.getDeclarator().getAttributePool()); in GetFullTypeForDeclarator()
4683 state.getDeclarator().getAttributePool()); in GetFullTypeForDeclarator()
5362 state.getDeclarator().getAttributePool()); in GetFullTypeForDeclarator()
5741 D.getAttributePool().create(&S.Context.Idents.get("objc_ownership"), in transferARCOwnershipToDeclaratorChunk()