Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h791 AttributePool &getAttributePool() const { in getAttributePool() function
1953 HasInitializer(false), Attrs(DS.getAttributePool().getFactory()), in Declarator()
1978 AttributePool &getAttributePool() const { in getAttributePool() function
2278 getAttributePool().takeAllFrom(attrs.getPool()); in AddTypeInfo()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp417 getNullabilityAttr(D.getAttributePool())); in addContextSensitiveTypeNullability()
1267 attrs.getPool().takeAllFrom(D.getAttributePool()); in takeDeclAttributes()
1268 attrs.getPool().takeAllFrom(D.getDeclSpec().getAttributePool()); in takeDeclAttributes()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp230 I.Fun.MethodQualifiers->getAttributePool().takeAllFrom(attrs.getPool()); in getFunction()
H A DSemaType.cpp4946 D.getMutableDeclSpec().getAttributePool())) { in GetFullTypeForDeclarator()
4986 state.getDeclarator().getAttributePool()); in GetFullTypeForDeclarator()
5009 state.getDeclarator().getAttributePool()); in GetFullTypeForDeclarator()
5590 state.getDeclarator().getAttributePool()); in GetFullTypeForDeclarator()
5976 ParsedAttr *attr = D.getAttributePool().create( in transferARCOwnershipToDeclaratorChunk()