Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h941 AttributePool &getPool() const { return pool; } in getPool() function
954 Other.getPool().remove(PA); in takeOneFrom()
956 getPool().add(PA); in takeOneFrom()
H A DDeclSpec.h808 return Attrs.getPool(); in getAttributePool()
1996 return Attrs.getPool(); in getAttributePool()
2295 getAttributePool().takeAllFrom(attrs.getPool()); in AddTypeInfo()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp224 I.Fun.MethodQualifiers = new DeclSpec(attrs.getPool().getFactory()); in getFunction()
230 I.Fun.MethodQualifiers->getAttributePool().takeAllFrom(attrs.getPool()); in getFunction()
H A DSemaDecl.cpp14348 DeclSpec DS(Attrs.getPool().getFactory()); in ActOnCXXForRangeIdentifier()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp427 getNullabilityAttr(D.getMutableDeclSpec().getAttributes().getPool())); in addContextSensitiveTypeNullability()
1280 attrs.getPool().takeAllFrom(D.getAttributePool()); in takeDeclAttributes()
1281 attrs.getPool().takeAllFrom(D.getDeclSpec().getAttributePool()); in takeDeclAttributes()
1497 allParamAttrs.takeAllFrom(paramAttrs.getPool()); in ParseObjCMethodDecl()