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.h843 AttributePool &getAttributePool() const { in getAttributePool() function
2030 HasInitializer(false), Attrs(DS.getAttributePool().getFactory()), in Declarator()
2056 AttributePool &getAttributePool() const { in getAttributePool() function
2357 getAttributePool().takeAllFrom(attrs.getPool()); in AddTypeInfo()
2370 getAttributePool().takeFrom(DeclTypeInfo.back().getAttrs(), OtherPool); in AddTypeInfo()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp425 getNullabilityAttr(D.getAttributePool())); in addContextSensitiveTypeNullability()
1285 attrs.getPool().takeAllFrom(D.getAttributePool()); in takeDeclAttributes()
1286 attrs.getPool().takeAllFrom(D.getDeclSpec().getAttributePool()); in takeDeclAttributes()
H A DParseDecl.cpp8271 D.AddTypeInfo(Chunk, TempDeclarator.getAttributePool(), SourceLocation()); in ParseMisplacedBracketDeclarator()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp230 I.Fun.MethodQualifiers->getAttributePool().takeAllFrom(attrs.getPool()); in getFunction()
H A DSemaType.cpp4566 D.getMutableDeclSpec().getAttributePool())) { in GetFullTypeForDeclarator()
4612 state.getDeclarator().getAttributePool()); in GetFullTypeForDeclarator()
4635 state.getDeclarator().getAttributePool()); in GetFullTypeForDeclarator()
5285 state.getDeclarator().getAttributePool()); in GetFullTypeForDeclarator()
5698 ParsedAttr *attr = D.getAttributePool().create( in transferARCOwnershipToDeclaratorChunk()