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.h944 AttributePool &getPool() const { return pool; } in getPool() function
965 Other.getPool().remove(PA); in takeOneFrom()
967 getPool().add(PA); in takeOneFrom()
H A DDeclSpec.h846 return Attrs.getPool(); in getAttributePool()
2060 return Attrs.getPool(); in getAttributePool()
2360 getAttributePool().takeAllFrom(attrs.getPool()); in AddTypeInfo()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp221 I.Fun.MethodQualifiers = new DeclSpec(attrs.getPool().getFactory()); in getFunction()
227 I.Fun.MethodQualifiers->getAttributePool().takeAllFrom(attrs.getPool()); in getFunction()
H A DSemaDecl.cpp14514 DeclSpec DS(Attrs.getPool().getFactory()); in ActOnCXXForRangeIdentifier()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp385 getNullabilityAttr(D.getMutableDeclSpec().getAttributes().getPool())); in addContextSensitiveTypeNullability()
1087 attrs.getPool().takeAllFrom(D.getAttributePool()); in takeDeclAttributes()
1088 attrs.getPool().takeAllFrom(D.getDeclSpec().getAttributePool()); in takeDeclAttributes()
1272 allParamAttrs.takeAllFrom(paramAttrs.getPool()); in ParseObjCMethodDecl()