Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DParsedAttr.h1017 AttributePool &getPool() const { return pool; } in getPool() function
1030 Other.getPool().remove(PA); in takeOneFrom()
1032 getPool().add(PA); in takeOneFrom()
H A DDeclSpec.h770 return Attrs.getPool(); in getAttributePool()
1950 return Attrs.getPool(); in getAttributePool()
2249 getAttributePool().takeAllFrom(attrs.getPool()); in AddTypeInfo()
/llvm-project-15.0.7/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.cpp13491 DeclSpec DS(Attrs.getPool().getFactory()); in ActOnCXXForRangeIdentifier()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseObjc.cpp392 getNullabilityAttr(D.getMutableDeclSpec().getAttributes().getPool())); in addContextSensitiveTypeNullability()
1235 attrs.getPool().takeAllFrom(D.getAttributePool()); in takeDeclAttributes()
1236 attrs.getPool().takeAllFrom(D.getDeclSpec().getAttributePool()); in takeDeclAttributes()
1452 allParamAttrs.takeAllFrom(paramAttrs.getPool()); in ParseObjCMethodDecl()