Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h735 AttributePool &getAttributePool() const { in getAttributePool() function
1847 Attrs(ds.getAttributePool().getFactory()), AsmLabel(nullptr) {} in Declarator()
1863 AttributePool &getAttributePool() const { in getAttributePool() function
2154 getAttributePool().takeAllFrom(attrs.getPool()); in AddTypeInfo()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp387 getNullabilityAttr(D.getAttributePool())); in addContextSensitiveTypeNullability()
1210 attrs.getPool().takeAllFrom(D.getAttributePool()); in takeDeclAttributes()
1211 attrs.getPool().takeAllFrom(D.getDeclSpec().getAttributePool()); in takeDeclAttributes()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp217 I.Fun.MethodQualifiers->getAttributePool().takeAllFrom(attrs.getPool()); in getFunction()
H A DSemaType.cpp4217 state.getDeclarator().getAttributePool().create( in GetFullTypeForDeclarator()
5223 ParsedAttr *attr = D.getAttributePool().create( in transferARCOwnershipToDeclaratorChunk()