Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDDeclSpec.h709 return Attrs.getPool(); in getAttributePool()
1686 return Attrs.getPool(); in getAttributePool()
1935 getAttributePool().takeAllFrom(attrs.getPool()); in AddTypeInfo()
HDAttributeList.h683 AttributePool &getPool() const { return pool; } in getPool() function
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseObjc.cpp1239 attrs.getPool().takeAllFrom(D.getAttributePool()); in takeDeclAttributes()
1240 attrs.getPool().takeAllFrom(D.getDeclSpec().getAttributePool()); in takeDeclAttributes()
1467 allParamAttrs.takeAllFrom(paramAttrs.getPool()); in ParseObjCMethodDecl()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDecl.cpp9644 DeclSpec DS(Attrs.getPool().getFactory()); in ActOnCXXForRangeIdentifier()
9655 ParsedAttributes EmptyAttrs(Attrs.getPool().getFactory()); in ActOnCXXForRangeIdentifier()