Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDDeclSpec.h708 AttributePool &getAttributePool() const { in getAttributePool() function
1666 Attrs(ds.getAttributePool().getFactory()), AsmLabel(nullptr), in Declarator()
1685 AttributePool &getAttributePool() const { in getAttributePool() function
1935 getAttributePool().takeAllFrom(attrs.getPool()); in AddTypeInfo()
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseObjc.cpp389 return D.getAttributePool().create( in addContextSensitiveTypeNullability()
1239 attrs.getPool().takeAllFrom(D.getAttributePool()); in takeDeclAttributes()
1240 attrs.getPool().takeAllFrom(D.getDeclSpec().getAttributePool()); in takeDeclAttributes()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaType.cpp3468 AttributeList *nullabilityAttr = state.getDeclarator().getAttributePool() in GetFullTypeForDeclarator()
4314 AttributeList *attr = D.getAttributePool() in transferARCOwnershipToDeclaratorChunk()