Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h969 AttributePool &getPool() const { return pool; } in getPool() function
978 Attrs.getPool().remove(PA); in takeOneFrom()
980 getPool().add(PA); in takeOneFrom()
H A DDeclSpec.h769 return Attrs.getPool(); in getAttributePool()
1920 return Attrs.getPool(); in getAttributePool()
2215 getAttributePool().takeAllFrom(attrs.getPool()); in AddTypeInfo()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp223 I.Fun.MethodQualifiers = new DeclSpec(attrs.getPool().getFactory()); in getFunction()
229 I.Fun.MethodQualifiers->getAttributePool().takeAllFrom(attrs.getPool()); in getFunction()
H A DSemaDecl.cpp12994 DeclSpec DS(Attrs.getPool().getFactory()); in ActOnCXXForRangeIdentifier()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp392 getNullabilityAttr(D.getMutableDeclSpec().getAttributes().getPool())); in addContextSensitiveTypeNullability()
1229 attrs.getPool().takeAllFrom(D.getAttributePool()); in takeDeclAttributes()
1230 attrs.getPool().takeAllFrom(D.getDeclSpec().getAttributePool()); in takeDeclAttributes()
1446 allParamAttrs.takeAllFrom(paramAttrs.getPool()); in ParseObjCMethodDecl()